Incorporated changes from bus project.
[ptas] / tests / ut_route / ut_route.h
diff --git a/tests/ut_route/ut_route.h b/tests/ut_route/ut_route.h
deleted file mode 100644 (file)
index a444405..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef UT_ROUTE_H
-#define UT_ROUTE_H
-
-#include <QtTest/QtTest>
-#include <QObject>
-
-#include <route_p.h>
-
-Q_DECLARE_METATYPE(RoutePrivate*);
-Q_DECLARE_METATYPE(QList<RouteData>);
-
-class Ut_Route : public QObject
-{
-    Q_OBJECT
-
-public:
-
-private slots:
-    void init();
-    void cleanup();
-    void initTestCase();
-    void cleanupTestCase();
-    void testParseReply();
-    void testParseReply_data();
-    void testSetFromLocation();
-    void testSetToLocation();
-
-private:
-    RoutePrivate *m_subject;
-};
-#endif // UT_ROUTE_H