aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data/embeddedImagesRemote.qml
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2015-04-27 13:18:05 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2015-04-27 13:18:05 +0000
commitdee67b41b031791c7b6313e935e622ef8d594686 (patch)
tree1f25dc9ac0deb8b54ce2c2eff0bd855636a5f54b /tests/auto/quick/qquicktext/data/embeddedImagesRemote.qml
parent0699f27c9da6629ca02a1920146cb32999401676 (diff)
parente2447f9f5fbe6c8c070ce454bb48c5e45b8c35b3 (diff)
Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5
Diffstat (limited to 'tests/auto/quick/qquicktext/data/embeddedImagesRemote.qml')
-rw-r--r--tests/auto/quick/qquicktext/data/embeddedImagesRemote.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicktext/data/embeddedImagesRemote.qml b/tests/auto/quick/qquicktext/data/embeddedImagesRemote.qml
index 5d241f9231..8ae91876a3 100644
--- a/tests/auto/quick/qquicktext/data/embeddedImagesRemote.qml
+++ b/tests/auto/quick/qquicktext/data/embeddedImagesRemote.qml
@@ -2,5 +2,5 @@ import QtQuick 2.0
Text {
textFormat: Text.RichText
- text: "<img src='http://127.0.0.1:14459/exists.png'>"
+ text: "<img src='" + serverBaseUrl + "/exists.png'>"
}