From d61a0d580b3f2835ab0292aecac8ebbdce8bec41 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 28 Feb 2010 17:12:09 +0100 Subject: Ok, we have 12 empty tests working... :) --- src/tests/mainview_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests/mainview_test.cpp') 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. -- cgit v1.2.1