aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit
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/qquicktextedit
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/qquicktextedit')
-rw-r--r--tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp b/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp
index bce1f9e4a2..667d52ee7a 100644
--- a/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp
+++ b/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp
@@ -4918,7 +4918,7 @@ void tst_qquicktextedit::undo_keypressevents()
void tst_qquicktextedit::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 TextEdit {}", localUrl);