Debugger: Adjust test to the invalid time dumps.

Change-Id: I0d4184c709c79882f7666bc96642a074f2997ce4
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
David Schulz
2013-11-11 14:55:42 +01:00
committed by hjk
parent 68142cd11a
commit a7872c63b0

View File

@@ -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",