summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp
diff options
context:
space:
mode:
authorLasse Holmstedt <lasse.holmstedt@nokia.com>2010-06-30 08:10:23 (GMT)
committerLasse Holmstedt <lasse.holmstedt@nokia.com>2010-06-30 08:16:45 (GMT)
commited82b3d0f93b9876201aa8145eafbaf4b50f2f36 (patch)
tree4af208b97ae052604a38addf8c39dfce40888b60 /tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp
parent730511f15bd619319e99fba484cf415b87a38052 (diff)
downloadQt-ed82b3d0f93b9876201aa8145eafbaf4b50f2f36.zip
Qt-ed82b3d0f93b9876201aa8145eafbaf4b50f2f36.tar.gz
Qt-ed82b3d0f93b9876201aa8145eafbaf4b50f2f36.tar.bz2
Added SET_BINDING message to QDeclarative debugger protocol
The new message currently enables resetting bindings, literal values and signal handlers (onX: {...}) through the debugger. Reviewed-by: Roberto Raggi
Diffstat (limited to 'tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp')
-rw-r--r--tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp b/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp
index e2d3ee4..dcd1a85 100644
--- a/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp
+++ b/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp
@@ -694,7 +694,7 @@ void tst_QDeclarativeDebug::queryExpressionResult()
delete q_expr;
q_expr = m_dbg->queryExpressionResult(objectId, expr, this);
- QCOMPARE(q_expr->expression(), expr);
+ QCOMPARE(q_expr->expression().toString(), expr);
waitForQuery(q_expr);
QCOMPARE(q_expr->result(), result);