summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index 2635e63e0a..b365da3e09 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -2936,13 +2936,13 @@ void tst_Dumpers::dumper_data()
+ Check("url0", "<invalid>", "@QUrl")
+ Check5("url1", UnsubstitutedValue("\"http://foo@qt-project.org:10/have_fun\""), "@QUrl")
+ Check5("url1.port", "10", "int")
- + Check5("url1.scheme", "\"http\"", "@QString")
- + Check5("url1.userName", "\"foo\"", "@QString")
- + Check5("url1.password", "\"\"", "@QString")
- + Check5("url1.host", "\"qt-project.org\"", "@QString")
- + Check5("url1.path", "\"/have_fun\"", "@QString")
- + Check5("url1.query", "\"\"", "@QString")
- + Check5("url1.fragment", "\"\"", "@QString")
+ + Check5("url1.scheme", "\"http\"", "?QString")
+ + Check5("url1.userName", "\"foo\"", "?QString")
+ + Check5("url1.password", "\"\"", "?QString")
+ + Check5("url1.host", "\"qt-project.org\"", "?QString")
+ + Check5("url1.path", "\"/have_fun\"", "?QString")
+ + Check5("url1.query", "\"\"", "?QString")
+ + Check5("url1.fragment", "\"\"", "?QString")
// check Qt4 internal structure for QUrl
+ Check4("url1", "", "@QUrl")