forked from qt-creator/qt-creator
Debugger: Adjust test to the invalid time dumps.
Change-Id: I0d4184c709c79882f7666bc96642a074f2997ce4 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user