aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2017-02-21 12:18:24 +0100
committerDavid Schulz <david.schulz@qt.io>2017-02-23 05:55:46 +0000
commitbb05b5ff11af1d29a21b3c930be84a65bae63568 (patch)
treee409f5841ee6abd264a778ac59715847458ae4ae /tests
parent2276845ed83a9a0425655246f9713efc9061f290 (diff)
Debugger: Pass Qt type info version to the debugger protocol
Fixes Qt 5.8 QDateTime python dumper. Change-Id: If6fab7bf3ea63372ef01942bcaa2121eb9c2b6db Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index 68822dbc09..919a58ce0e 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -1831,8 +1831,8 @@ void tst_Dumpers::dumper_data()
+ CheckType("t1.(SystemLocale)", "@QString") % Optional()
+ Check("dt0", "(invalid)", "@QDateTime")
- //+ Check("dt1", Value4("Tue Jan 1 13:15:32 1980"), "@QDateTime")
- //+ Check("dt1", Value5("Tue Jan 1 13:15:32 1980 GMT"), "@QDateTime")
+ + Check("dt1", Value4("Tue Jan 1 13:15:32 1980"), "@QDateTime")
+ + Check("dt1", Value5("Tue Jan 1 13:15:32 1980 GMT"), "@QDateTime")
+ Check("dt1.(ISO)",
"\"1980-01-01T13:15:32Z\"", "@QString") % Optional()
+ CheckType("dt1.(Locale)", "@QString") % Optional()