summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativexmlhttprequest/data/open_sync.qml
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-07-12 10:20:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-12 11:13:48 +0200
commit84f0377517f7289cea5e33fbd3239a4fabcc258b (patch)
tree75f8b0c634897ee81a2507b29ac8d95f417c1e16 /tests/auto/declarative/qdeclarativexmlhttprequest/data/open_sync.qml
parenta7fa4cd5850a85c6e06b01c5a0a8aace7fc7511e (diff)
Replace www.nokia.com by www.qt-project.org in tests.
Task-number: QTBUG-32390 Change-Id: Iad6471698c31ff24cc622456d5d51a23af047780 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativexmlhttprequest/data/open_sync.qml')
-rw-r--r--tests/auto/declarative/qdeclarativexmlhttprequest/data/open_sync.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/data/open_sync.qml b/tests/auto/declarative/qdeclarativexmlhttprequest/data/open_sync.qml
index 9f8f3098..06c388a3 100644
--- a/tests/auto/declarative/qdeclarativexmlhttprequest/data/open_sync.qml
+++ b/tests/auto/declarative/qdeclarativexmlhttprequest/data/open_sync.qml
@@ -7,7 +7,7 @@ QtObject {
var x = new XMLHttpRequest;
try {
- x.open("GET", "http://www.nokia.com", false);
+ x.open("GET", "http://www.qt-project.org", false);
} catch (e) {
if (e.code == DOMException.NOT_SUPPORTED_ERR)
exceptionThrown = true;