diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index 2635e63e0ac..b365da3e095 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", "", "@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")