diff options
author | David Schulz <david.schulz@digia.com> | 2013-11-11 14:55:42 +0100 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2013-11-12 10:57:30 +0100 |
commit | a7872c63b002e44d7bd38566ef1aa62f09248b90 (patch) | |
tree | d4b32125dbdd01ffde60a75be380b798c9938e84 /tests | |
parent | 68142cd11a28af1724cdf20327f9a68f88befed8 (diff) | |
download | qt-creator-a7872c63b002e44d7bd38566ef1aa62f09248b90.tar.gz |
Debugger: Adjust test to the invalid time dumps.
Change-Id: I0d4184c709c79882f7666bc96642a074f2997ce4
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/debugger/tst_dumpers.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index 8cb0471858..d9896868c6 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -1291,8 +1291,7 @@ void tst_Dumpers::dumper_data() "QDate date;\n" "unused(&date);\n") % CoreProfile() - % Check("date", Value4("(invalid)"), "@QDate") - % Check("date", Value5(""), "@QDate"); + % Check("date", "(invalid)", "@QDate"); QTest::newRow("QDate1") << Data("#include <QDate>\n", |