Added networkreplydummy.ccp and testuimapfetcher.cpp files.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 1 Apr 2010 07:56:22 +0000 (10:56 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 1 Apr 2010 07:56:22 +0000 (10:56 +0300)
tests/testUI/testUI.pro [deleted file]
tests/testUI/testui.cpp [deleted file]
tests/testmap/networkreplydummy.cpp [new file with mode: 0644]
tests/testmap/testUIMapFetcher.cpp [new file with mode: 0644]
tests/testui/testUI.pro [new file with mode: 0644]
tests/testui/testui.cpp [new file with mode: 0755]

diff --git a/tests/testUI/testUI.pro b/tests/testUI/testUI.pro
deleted file mode 100644 (file)
index 405e8f4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-######################################################################
-# Automatically generated by qmake (2.01a) Fri Mar 26 11:22:18 2010
-######################################################################
-
-CONFIG += qtestlib
-TEMPLATE = app
-TARGET = 
-DEPENDPATH += .
-INCLUDEPATH += .
-
-# Input
-HEADERS += ../../src/ui/mainwindow.h testui.moc
-SOURCES += testui.cpp ../../src/ui/mainwindow.cpp
diff --git a/tests/testUI/testui.cpp b/tests/testUI/testui.cpp
deleted file mode 100755 (executable)
index 651ee5d..0000000
+++ /dev/null
@@ -1,47 +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 TestUi::testUi()
-{
-    QLineEdit lineEdit;
-
-    QTest::keyClicks(&lineEdit, "UI test");
-
-    QCOMPARE(lineEdit.text(), QString("UI test"));
-}
-
-
-QTEST_MAIN(TestUi)
-#include "testui.moc"
diff --git a/tests/testmap/networkreplydummy.cpp b/tests/testmap/networkreplydummy.cpp
new file mode 100644 (file)
index 0000000..1498cdd
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+   Situare - A location system for Facebook
+   Copyright (C) 2010  Ixonos Plc. Authors:
+
+       Jussi Laitinen - jussi.laitinen@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 <QNetworkReply>
diff --git a/tests/testmap/testUIMapFetcher.cpp b/tests/testmap/testUIMapFetcher.cpp
new file mode 100644 (file)
index 0000000..827a65a
--- /dev/null
@@ -0,0 +1,3 @@
+#include <QtGui>
+
+
diff --git a/tests/testui/testUI.pro b/tests/testui/testUI.pro
new file mode 100644 (file)
index 0000000..405e8f4
--- /dev/null
@@ -0,0 +1,13 @@
+######################################################################
+# Automatically generated by qmake (2.01a) Fri Mar 26 11:22:18 2010
+######################################################################
+
+CONFIG += qtestlib
+TEMPLATE = app
+TARGET = 
+DEPENDPATH += .
+INCLUDEPATH += .
+
+# Input
+HEADERS += ../../src/ui/mainwindow.h testui.moc
+SOURCES += testui.cpp ../../src/ui/mainwindow.cpp
diff --git a/tests/testui/testui.cpp b/tests/testui/testui.cpp
new file mode 100755 (executable)
index 0000000..651ee5d
--- /dev/null
@@ -0,0 +1,47 @@
+/*
+    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 TestUi::testUi()
+{
+    QLineEdit lineEdit;
+
+    QTest::keyClicks(&lineEdit, "UI test");
+
+    QCOMPARE(lineEdit.text(), QString("UI test"));
+}
+
+
+QTEST_MAIN(TestUi)
+#include "testui.moc"