Deleted object files
authorlampehe-local <henri.lampela@ixonos.com>
Fri, 26 Mar 2010 09:45:39 +0000 (11:45 +0200)
committerlampehe-local <henri.lampela@ixonos.com>
Fri, 26 Mar 2010 09:45:39 +0000 (11:45 +0200)
tests/testUI/mainwindow.o [deleted file]
tests/testUI/moc_mainwindow.o [deleted file]
tests/testUI/testui.cpp~ [deleted file]
tests/testUI/testui.o [deleted file]

diff --git a/tests/testUI/mainwindow.o b/tests/testUI/mainwindow.o
deleted file mode 100644 (file)
index 42fe703..0000000
Binary files a/tests/testUI/mainwindow.o and /dev/null differ
diff --git a/tests/testUI/moc_mainwindow.o b/tests/testUI/moc_mainwindow.o
deleted file mode 100644 (file)
index 6c3a507..0000000
Binary files a/tests/testUI/moc_mainwindow.o and /dev/null differ
diff --git a/tests/testUI/testui.cpp~ b/tests/testUI/testui.cpp~
deleted file mode 100644 (file)
index 74b4c32..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-/*
-    Situare - A location system for Facebook
-    Copyright (C) 2010  Ixonos Plc. Authors:
-
-       Henri Lampela - henri.lampela@ixonos.com
-
-    Situare is free software; you can redistribute it and/or
-    modify it under the terms of the GNU General Public License
-    version 2 as published by the Free Software Foundation.
-
-    Situare is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with Situare; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
-    USA.
- */
-
-#include <QtGui>
-#include <QtTest/QtTest>
-#include "../../src/ui/mainwindow.h"
-
-class TestUi: public QObject
-{
-    Q_OBJECT
-
-private slots:
-    //void testUi();
-    void testConstructUi();
-    void testDestructUi();
-
-};
-
-
-//void TestUi::testUi()
-//{
-//    QLineEdit lineEdit;
-//
-//    QTest::keyClicks(&lineEdit, "hello world");
-//
-//    QCOMPARE(lineEdit.text(), QString("hello world"));
-
-
-//}
-
-void TestUi::testConstructUi()
-{
-    QWidget widget;
-    MainWindow mainWindow;
-    mainWindow.MainWindow(widget);
-
-}
-
-void TestUi::testDestructUi()
-{
-    MainWindow mainWindow;
-    mainWindow.~MainWindow();
-}
-
-
-QTEST_MAIN(TestUi)
-#include "testui.moc"
diff --git a/tests/testUI/testui.o b/tests/testUI/testui.o
deleted file mode 100644 (file)
index 2601fb2..0000000
Binary files a/tests/testUI/testui.o and /dev/null differ