Remove inappropriate QSKIP in QTextCodec autotest.
authorJason McDonald <jason.mcdonald@nokia.com>
Wed, 26 Oct 2011 00:52:54 +0000 (10:52 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 27 Oct 2011 01:14:59 +0000 (03:14 +0200)
commit66c3f8753c0557fdfafc79cdab11fbd6ffde9105
tree22d854c52cf9587ef859d7c9aadf34b9da416038
parenta97c0c3c996beaa2e657645e912e63b1502d8026
Remove inappropriate QSKIP in QTextCodec autotest.

There were only two ways the QSKIP could be called: (1) the C++ runtime
is broken, or (2) the earlier call to resize the string failed.

In both cases there should be a hard test failure. In the former case, a
broken C++ runtime calls all of the test results into question.  In the
latter case, the QByteArray::resize() method has suffered a regression.

Change-Id: I5adf942d2eb4d746d2ab31e98571c5d9bdd40890
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/corelib/codecs/qtextcodec/tst_qtextcodec.cpp