Created a test case to test switching between views
[situare] / tests / testUI / testui.cpp
index 606309b..5c9f08d 100755 (executable)
@@ -3,7 +3,6 @@
     Copyright (C) 2010  Ixonos Plc. Authors:
 
        Henri Lampela - henri.lampela@ixonos.com
-       Kaj Wallin - kaj.wallin@ixonos.com
 
     Situare is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License
@@ -30,7 +29,6 @@ class TestUi: public QObject
 
 private slots:
     void testUi();
-    void testViews();
 };
 
 void TestUi::testUi()
@@ -42,11 +40,6 @@ void TestUi::testUi()
     QCOMPARE(lineEdit.text(), QString("UI test"));
 }
 
-void TestUi::testViews()
-{
-
-}
-
 
 QTEST_MAIN(TestUi)
 #include "testui.moc"