summaryrefslogtreecommitdiff
path: root/src/tests/mainview_test.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-28 17:12:09 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-28 17:12:09 +0100
commitd61a0d580b3f2835ab0292aecac8ebbdce8bec41 (patch)
tree530c59d318a13e32a1e76c1009f31f2ffd297201 /src/tests/mainview_test.cpp
parentOk, commenting out (for now) problems with 2 failing tests.. (diff)
downloadrekonq-d61a0d580b3f2835ab0292aecac8ebbdce8bec41.tar.xz
Ok, we have 12 empty tests working... :)
Diffstat (limited to 'src/tests/mainview_test.cpp')
-rw-r--r--src/tests/mainview_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/mainview_test.cpp b/src/tests/mainview_test.cpp
index 80fecaa2..94e7fc30 100644
--- a/src/tests/mainview_test.cpp
+++ b/src/tests/mainview_test.cpp
@@ -88,8 +88,8 @@ private:
// It is only called once.
void MainViewTest::initTestCase()
{
-// window = new MainWindow;
-// view = window->mainView();
+ window = new MainWindow;
+ view = window->mainView();
}
// This will be called after the last test function is executed.