aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/image/tst_image.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmltest/image/tst_image.qml')
-rw-r--r--tests/auto/qmltest/image/tst_image.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmltest/image/tst_image.qml b/tests/auto/qmltest/image/tst_image.qml
index f8f0e7b53c..3eaa9b902c 100644
--- a/tests/auto/qmltest/image/tst_image.qml
+++ b/tests/auto/qmltest/image/tst_image.qml
@@ -185,7 +185,7 @@ Item {
}
function test_clearSource() {
- compare(clearSource.source, Qt.resolvedUrl(srcImage))
+ compare(clearSource.source, srcImage)
compare(clearSource.width, 59)
compare(clearSource.height, 71)