Remove waitwithoutgui testlib selftest
authorJason McDonald <jason.mcdonald@nokia.com>
Tue, 20 Sep 2011 00:39:58 +0000 (10:39 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 20 Sep 2011 06:46:07 +0000 (08:46 +0200)
commitd60007744bbc1cd90dcf97461a5b2fb237a82d17
tree37c00d927609c5ed04d38c45b5f178e4b1a74597
parent9e05e44bb4d061fc1b00b27ee8c64cc1919c5cdc
Remove waitwithoutgui testlib selftest

This test is not useful for finding bugs in qtestlib's logging code,
because it bypasses the qtestlib loggers and doesn't play nice with
tst_selftest.  Neither is this test very useful for finding bugs in
QTest::qWait(), as the test only proves the qWait() terminates, not that
it waits accurately, or even that it waits at all.

Change-Id: Ia5dd7cbaf3a6fbb4e94e54ed155263580e495694
Reviewed-on: http://codereview.qt-project.org/5173
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/testlib/selftests/expected_waitwithoutgui.lightxml [deleted file]
tests/auto/testlib/selftests/expected_waitwithoutgui.txt [deleted file]
tests/auto/testlib/selftests/expected_waitwithoutgui.xml [deleted file]
tests/auto/testlib/selftests/expected_waitwithoutgui.xunitxml [deleted file]
tests/auto/testlib/selftests/selftests.pro
tests/auto/testlib/selftests/selftests.qrc
tests/auto/testlib/selftests/tst_selftests.cpp
tests/auto/testlib/selftests/waitwithoutgui/tst_waitwithoutgui.cpp [deleted file]
tests/auto/testlib/selftests/waitwithoutgui/waitwithoutgui.pro [deleted file]