diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-28 17:12:09 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-28 17:12:09 +0100 |
commit | d61a0d580b3f2835ab0292aecac8ebbdce8bec41 (patch) | |
tree | 530c59d318a13e32a1e76c1009f31f2ffd297201 /src/tests/mainwindow_test.cpp | |
parent | Ok, commenting out (for now) problems with 2 failing tests.. (diff) | |
download | rekonq-d61a0d580b3f2835ab0292aecac8ebbdce8bec41.tar.xz |
Ok, we have 12 empty tests working... :)
Diffstat (limited to 'src/tests/mainwindow_test.cpp')
-rw-r--r-- | src/tests/mainwindow_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/mainwindow_test.cpp b/src/tests/mainwindow_test.cpp index a37e9f16..d3ab6bef 100644 --- a/src/tests/mainwindow_test.cpp +++ b/src/tests/mainwindow_test.cpp @@ -50,7 +50,7 @@ private: void MainWindowTest::initTestCase() { -// window = new MainWindow; + window = new MainWindow; } |