aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-07-15 14:58:14 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-15 15:40:43 +0200
commitb27461dcdfb333a53e5559d0221727c3714e87d8 (patch)
tree70ee2a1cfe841c8057570a2c038d518fb531d2eb /tests/auto/quick/qquicktext
parent4615ddde02306f704b5eab11a5f6e2ba73c0d411 (diff)
Replace qt.nokia.com by www.qt-project.org in tests.
Task-number: QTBUG-32390 Change-Id: If318cf9bbcaa36e6e60d693dd0cb9a58768af47b Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/auto/quick/qquicktext')
-rw-r--r--tests/auto/quick/qquicktext/tst_qquicktext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicktext/tst_qquicktext.cpp b/tests/auto/quick/qquicktext/tst_qquicktext.cpp
index fb3b62b8d2..6637d36318 100644
--- a/tests/auto/quick/qquicktext/tst_qquicktext.cpp
+++ b/tests/auto/quick/qquicktext/tst_qquicktext.cpp
@@ -1844,7 +1844,7 @@ void tst_qquicktext::clickLink()
void tst_qquicktext::baseUrl()
{
QUrl localUrl("file:///tests/text.qml");
- QUrl remoteUrl("http://qt.nokia.com/test.qml");
+ QUrl remoteUrl("http://www.qt-project.org/test.qml");
QQmlComponent textComponent(&engine);
textComponent.setData("import QtQuick 2.0\n Text {}", localUrl);