summaryrefslogtreecommitdiff
path: root/tests/auto/qgeolocation
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2011-11-10 15:47:51 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-10 06:51:27 +0100
commit1a39ae8253d4b4a2fc7dc984531d48fe6c07511b (patch)
tree21f5df92e9e45ba6f2b45f44ddffb8b80dfd985b /tests/auto/qgeolocation
parent65a550ecfb9c3ed8adf452c923b2b43d71501aca (diff)
downloadqtlocation-1a39ae8253d4b4a2fc7dc984531d48fe6c07511b.tar.gz
QtLocation doesn't support Symbian anymore.
Change-Id: I1f90ecd180ce08976338fc9683a7cef5c1389f59 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'tests/auto/qgeolocation')
-rw-r--r--tests/auto/qgeolocation/tst_qgeolocation.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qgeolocation/tst_qgeolocation.cpp b/tests/auto/qgeolocation/tst_qgeolocation.cpp
index ae4292ec..e9388938 100644
--- a/tests/auto/qgeolocation/tst_qgeolocation.cpp
+++ b/tests/auto/qgeolocation/tst_qgeolocation.cpp
@@ -83,15 +83,11 @@ void tst_QGeoLocation::destructor()
{
QGeoLocation *qgeolocationcopy;
- QLocationTestUtils::uheap_mark();
qgeolocationcopy = new QGeoLocation();
delete qgeolocationcopy;
- QLocationTestUtils::uheap_mark_end();
- QLocationTestUtils::uheap_mark();
qgeolocationcopy = new QGeoLocation(m_location);
delete qgeolocationcopy;
- QLocationTestUtils::uheap_mark_end();
}
void tst_QGeoLocation::address()