summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2009-10-14 12:59:39 +0200
committerck <qt-info@nokia.com>2009-10-14 12:59:39 +0200
commit4ead5b72029a5df86c3d661d64b2931c9df2daf6 (patch)
treef4de861ab8b7907e512f8c0ea3d7df081f907541 /tests
parentf3132c13e0a2671e8858948c30fcbef138dcbdd6 (diff)
downloadqt-creator-4ead5b72029a5df86c3d661d64b2931c9df2daf6.tar.gz
Debugger: Dumper fix.
- If NSX and NSY have quotes for the QT_NAMESPACE case, they need them for the non-namespace case too. - Dumper autotest: Replace hard-coded namespace with compile-time dynamic one.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index ae76d2a860..deb99784c7 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -2243,7 +2243,7 @@ void tst_Debugger::dumpQVariant_QStringList()
{
QVariant v = QStringList() << "Hi";
testDumper("value='(QStringList) ',type='$T',numchild='1',"
- "children=[{name='value',exp='(*('myns::QStringList'*)%)',"
+ "children=[{name='value',exp='(*('"NS"QStringList'*)%)',"
"type='QStringList',numchild='1'}]"
<< QByteArray::number(quintptr(&v)),
&v, NS"QVariant", true);