summaryrefslogtreecommitdiff
path: root/tests/manual/debugger
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/debugger')
-rw-r--r--tests/manual/debugger/simple/simple_test_app.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp
index f7cf04111d..00ce280da2 100644
--- a/tests/manual/debugger/simple/simple_test_app.cpp
+++ b/tests/manual/debugger/simple/simple_test_app.cpp
@@ -3592,9 +3592,9 @@ namespace qurl {
void testQUrl()
{
- QUrl url(QString("http://www.nokia.com"));
+ QUrl url(QString("http://qt-project.org"));
BREAK_HERE;
- // Check url "http://www.nokia.com" QUrl.
+ // Check url "http://qt-project.org" QUrl.
// Continue.
dummyStatement(&url);
}