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/mainview_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/mainview_test.cpp')
-rw-r--r-- | src/tests/mainview_test.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/mainview_test.cpp b/src/tests/mainview_test.cpp index 1dfffcbe..41ded862 100644 --- a/src/tests/mainview_test.cpp +++ b/src/tests/mainview_test.cpp @@ -100,16 +100,16 @@ private: // It is only called once. void MainViewTest::initTestCase() { - mainWindow = new MainWindow; - mainView = new SubMainView(mainWindow); +// mainWindow = new MainWindow; +// mainView = new SubMainView(mainWindow); } // This will be called after the last test function is executed. // It is only called once. void MainViewTest::cleanupTestCase() { - delete mainView; - delete mainWindow; +// delete mainView; +// delete mainWindow; } // ------------------------------------------- |