Fix error in qcssparser autotest.
authorJason McDonald <jason.mcdonald@nokia.com>
Tue, 7 Feb 2012 04:16:21 +0000 (14:16 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 7 Feb 2012 07:29:06 +0000 (08:29 +0100)
commitcfd8a9a4486cf5ca4bf8e0a87459ad5d2c3ca3dd
treeed29fc742af1195869fc03ee3d458a6aca3fd6eb
parent4a1f1b9be003ecaa06a5410a9b7c4a66641f7f03
Fix error in qcssparser autotest.

QTest::ignoreMessage() cannot be called when creating test data rows,
but rather must be called when executing a row.

Change-Id: Ifceaff4c5a7f1b6408ec57196298e3f3038910c9
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/gui/text/qcssparser/tst_qcssparser.cpp