summaryrefslogtreecommitdiff
path: root/tests/auto/qgeocoordinate
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2011-10-06 15:56:35 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 08:27:29 +0200
commit193665b944f1e6a3ae640aee3adef251baf28b39 (patch)
treea2749ae82d275f524726ef732c90aaed63bd28e6 /tests/auto/qgeocoordinate
parentcf667a2bc5d7ac516ec666aa1178cd20593b3804 (diff)
downloadqtlocation-193665b944f1e6a3ae640aee3adef251baf28b39.tar.gz
Add QGeoPositionInfoSource unit test
Change-Id: I544d4218b88d20608bf142c71cd5e9310baf8653 Reviewed-on: http://codereview.qt-project.org/6108 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'tests/auto/qgeocoordinate')
-rw-r--r--tests/auto/qgeocoordinate/qlocationtestutils.cpp2
-rw-r--r--tests/auto/qgeocoordinate/qlocationtestutils_p.h12
2 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/qgeocoordinate/qlocationtestutils.cpp b/tests/auto/qgeocoordinate/qlocationtestutils.cpp
index 3f45b27d..faeb2d4e 100644
--- a/tests/auto/qgeocoordinate/qlocationtestutils.cpp
+++ b/tests/auto/qgeocoordinate/qlocationtestutils.cpp
@@ -63,8 +63,6 @@ bool QLocationTestUtils::hasDefaultSource()
{
#if defined(Q_OS_SYMBIAN)
return true;
-#elif defined (Q_OS_WINCE)
- return true;
#else
return false;
#endif
diff --git a/tests/auto/qgeocoordinate/qlocationtestutils_p.h b/tests/auto/qgeocoordinate/qlocationtestutils_p.h
index 2a7cf9cf..cdb69f6a 100644
--- a/tests/auto/qgeocoordinate/qlocationtestutils_p.h
+++ b/tests/auto/qgeocoordinate/qlocationtestutils_p.h
@@ -78,18 +78,6 @@
} } \
QCOMPARE(a, e)
-#if defined(Q_OS_WINCE)
- #define EXPECT_FAIL_WINCE_SEE_MOBILITY_337 { QEXPECT_FAIL("", "MOBILITY-337: This test will fail on the test farm for WinCE", Continue); }
-#else
- #define EXPECT_FAIL_WINCE_SEE_MOBILITY_337
-#endif
-
-#if defined(Q_OS_WINCE)
- #define EXPECT_FAIL_WINCE_SEE_MOBILITY_337_ABORT { QEXPECT_FAIL("", "MOBILITY-337: This test will fail on the test farm for WinCE", Abort); }
-#else
- #define EXPECT_FAIL_WINCE_SEE_MOBILITY_337_ABORT
-#endif
-
class QLocationTestUtils
{