summaryrefslogtreecommitdiff
path: root/src/tests/webtab_test.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-28 12:22:25 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-28 12:22:25 +0100
commitd897ce42be8375ffab89615ab3953b8bd3ab3bbc (patch)
tree5998e3d2df0e524ae31c60c0146c046b818e07d5 /src/tests/webtab_test.cpp
parentNew (embrional) unit tests: mainview, tabbar, webtab, webpage (diff)
downloadrekonq-d897ce42be8375ffab89615ab3953b8bd3ab3bbc.tar.xz
All the other (blank) tests..
Diffstat (limited to 'src/tests/webtab_test.cpp')
-rw-r--r--src/tests/webtab_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/webtab_test.cpp b/src/tests/webtab_test.cpp
index ae5647f3..42d5388b 100644
--- a/src/tests/webtab_test.cpp
+++ b/src/tests/webtab_test.cpp
@@ -48,13 +48,13 @@ private:
void WebTabTest::initTestCase()
{
- tab = new WebTab;
+// tab = new WebTab;
}
void WebTabTest::cleanupTestCase()
{
- delete tab;
+// delete tab;
}