Use meaningful data row names in tst_QTextCodec::fromUnicode test.
authorJason McDonald <jason.mcdonald@nokia.com>
Mon, 13 Feb 2012 06:07:18 +0000 (16:07 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 14 Feb 2012 01:48:35 +0000 (02:48 +0100)
commitb904576b37854ede07c8c671a07c735364dd2736
tree03d94ee2dae35497c9515c2f10c9738c36fccfd7
parent2907fbd8982203053a16a0cf8a6c4b72b2c61984
Use meaningful data row names in tst_QTextCodec::fromUnicode test.

Use the codec name instead of just numbering the rows. This eliminates
some duplicate row names.  Two duplicate rows have also been removed --
for the WINSAMI2 row, the last value in the row is different, making one
copy do a subset of the testing done by the other, so the row that did
less testing was removed.

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