aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/borderimage/tst_borderimage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmltest/borderimage/tst_borderimage.qml')
-rw-r--r--tests/auto/qmltest/borderimage/tst_borderimage.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qmltest/borderimage/tst_borderimage.qml b/tests/auto/qmltest/borderimage/tst_borderimage.qml
index 3ac2a6c5cb..98a71711ed 100644
--- a/tests/auto/qmltest/borderimage/tst_borderimage.qml
+++ b/tests/auto/qmltest/borderimage/tst_borderimage.qml
@@ -127,7 +127,7 @@ Item {
}
var img = Qt.createQmlObject
- ('import QtQuick 1.0; BorderImage { source: "' +
+ ('import QtQuick 2.0; BorderImage { source: "' +
row.source + '" }', top)
if (row.remote)
@@ -204,7 +204,7 @@ Item {
function test_sciSource(row) {
var img = Qt.createQmlObject
- ('import QtQuick 1.0; BorderImage { source: "' +
+ ('import QtQuick 2.0; BorderImage { source: "' +
row.source + '"; width: 300; height: 300 }', top)
if (row.remote)