Incorporated changes from bus project.
[ptas] / tests / ut_location / ut_location.h
diff --git a/tests/ut_location/ut_location.h b/tests/ut_location/ut_location.h
deleted file mode 100644 (file)
index 552c4eb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef UT_LOCATION_H
-#define UT_LOCATION_H
-
-#include <QtTest/QtTest>
-#include <QObject>
-
-#include <location_p.h>
-
-Q_DECLARE_METATYPE(LocationPrivate*);
-
-class Ut_Location : public QObject
-{
-Q_OBJECT
-
-public:
-
-private slots:
-  void init();
-  void cleanup();
-  void initTestCase();
-  void cleanupTestCase();
-  void testParseReply();
-  void testSet();
-  void testConstructorQGeoPositionInfo();
-
-private:
-  LocationPrivate *m_subject;
-};
-#endif // UT_LOCATION_H