Improve QWidget autotest
authorJason McDonald <jason.mcdonald@nokia.com>
Mon, 31 Oct 2011 07:44:11 +0000 (17:44 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 1 Nov 2011 03:58:51 +0000 (04:58 +0100)
commitceb4dd4b541cfec1ad4f213a4da27079619d8529
treeefc73518beac4864057368ce51fcb39964b57e7c
parent3e05a987b1fc9d72aeb8447499d51a7b0174a8e7
Improve QWidget autotest

There are two cases where a QCOMPARE may fail on some platforms. Rather
than disabling the QCOMPAREs with "#if 0", use QEXPECT_FAIL so that we
can look in the CI logs to see which platforms fail.

Change-Id: Ife93c8032e01a04e8068bf213e2040778c12f711
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp