Remove unreachable QSKIP in UIC autotest.
authorJason McDonald <jason.mcdonald@nokia.com>
Wed, 26 Oct 2011 04:22:45 +0000 (14:22 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 27 Oct 2011 04:12:17 +0000 (06:12 +0200)
commitaf8795c2b5305cf92df3249c6bd3cc6292415d8f
tree8702ac0fa4cc34acb91d735829058c8adc95cde4
parent238c3046134cf184c642d75e69fc2fb85a29e057
Remove unreachable QSKIP in UIC autotest.

If an autotest's initTestCase() method fails or skips, the remaining
test functions are not executed.  Thus the QSKIP in the run() test
function was unreachable.

Change-Id: If1f1b484958367236357f9445491bed50bee2239
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/tools/uic/tst_uic.cpp