X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tests%2Fut_gpscontroller%2Fut_gpscontroller.h;fp=tests%2Fut_gpscontroller%2Fut_gpscontroller.h;h=0000000000000000000000000000000000000000;hb=3406287d71dac0a117ba8714f2d85bb67fbbec45;hp=50fdcb798db63e4a2fbd1f54962d09044b216bfc;hpb=15842000c65c6c7529d0fe35e13253adb4293afd;p=ptas diff --git a/tests/ut_gpscontroller/ut_gpscontroller.h b/tests/ut_gpscontroller/ut_gpscontroller.h deleted file mode 100644 index 50fdcb7..0000000 --- a/tests/ut_gpscontroller/ut_gpscontroller.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef UT_GPSCONTROLLER_H -#define UT_GPSCONTROLLER_H - -#include -#include - -class GpsController; -class MyGpsControllerPrivate; -class Location; - -Q_DECLARE_METATYPE(GpsController*); -Q_DECLARE_METATYPE(MyGpsControllerPrivate*); -Q_DECLARE_METATYPE(Location*); - -class Ut_GpsController : public QObject -{ -Q_OBJECT - -public: - -private slots: - void init(); - void cleanup(); - void initTestCase(); - void cleanupTestCase(); - void testGetGpsWithNoGpsUpdates(); - void testGetGpsWithGpsUpdates(); - void testFakeGps(); - void testLiveToFakeToLive(); - -private: - GpsController *m_subject; - MyGpsControllerPrivate *m_subject_p; -}; -#endif // UT_GPSCONTROLLER_H