summaryrefslogtreecommitdiff
path: root/tests/auto/qplaceimage
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2011-11-08 22:12:17 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-09 04:40:55 +0100
commit1c6100c7b4908193bef7a94507401b0b898a6fcd (patch)
treef43434bb09e6d0859927178f76fd4935edbb7142 /tests/auto/qplaceimage
parent244a4e782c753e5d23b04cda9b7905155e739b4f (diff)
downloadqtlocation-1c6100c7b4908193bef7a94507401b0b898a6fcd.tar.gz
Remove sourceUrl from content
Not required anymore. Change-Id: I8851ea90b656728e2a45e5c5a7a3c6783510459c Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'tests/auto/qplaceimage')
-rw-r--r--tests/auto/qplaceimage/tst_qplaceimage.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/qplaceimage/tst_qplaceimage.cpp b/tests/auto/qplaceimage/tst_qplaceimage.cpp
index 1845e688..88a56464 100644
--- a/tests/auto/qplaceimage/tst_qplaceimage.cpp
+++ b/tests/auto/qplaceimage/tst_qplaceimage.cpp
@@ -56,7 +56,6 @@ public:
private Q_SLOTS:
void constructorTest();
void supplierTest();
- void urlTest();
void idTest();
void mimeTypeTest();
void attributionTest();
@@ -88,16 +87,6 @@ void tst_QPlaceImage::supplierTest()
QVERIFY2(testObj.supplier() == sup, "Wrong value returned");
}
-void tst_QPlaceImage::urlTest()
-{
- QUrl imageUrl("testText");
-
- QPlaceImage testObj;
- QVERIFY2(testObj.sourceUrl() == QString(), "Wrong default value");
- testObj.setSourceUrl(imageUrl);
- QVERIFY2(testObj.sourceUrl() == imageUrl, "Wrong value returned");
-}
-
void tst_QPlaceImage::idTest()
{
QPlaceImage testObj;