diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-28 12:22:25 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-28 12:22:25 +0100 |
commit | d897ce42be8375ffab89615ab3953b8bd3ab3bbc (patch) | |
tree | 5998e3d2df0e524ae31c60c0146c046b818e07d5 /src/tests/webtab_test.cpp | |
parent | New (embrional) unit tests: mainview, tabbar, webtab, webpage (diff) | |
download | rekonq-d897ce42be8375ffab89615ab3953b8bd3ab3bbc.tar.xz |
All the other (blank) tests..
Diffstat (limited to 'src/tests/webtab_test.cpp')
-rw-r--r-- | src/tests/webtab_test.cpp | 4 |
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; } |