Restore commented-out data in QString test.

The restored test data was commented-out before the tests were imported
into the Qt repository in 2006, but appears to be valid and passes on
Linux.

Change-Id: I75795bf2b0b45fc2331bca6ac8d89f57cf12ed3d
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
bb10
Jason McDonald 2011-11-21 17:26:08 +10:00 committed by Qt by Nokia
parent e026cbefc6
commit cf1de2f072
1 changed files with 2 additions and 2 deletions

View File

@ -4017,7 +4017,7 @@ void tst_QString::double_conversion_data()
QTest::addColumn<QString>("num_str");
QTest::addColumn<bool>("good");
QTest::addColumn<double>("num");
/*
// The good...
QTest::newRow("C 1") << QString("C") << QString("1") << true << 1.0;
@ -4081,7 +4081,7 @@ void tst_QString::double_conversion_data()
QTest::newRow("C 1 ") << QString("C") << QString("1 ") << true << 1.0;
QTest::newRow("de_DE 1") << QString("de_DE") << QString(" 1") << true << 1.0;
QTest::newRow("de_DE 1 ") << QString("de_DE") << QString("1 ") << true << 1.0;
*/
// Let's try some Arabic
const quint16 arabic_str[] = { 0x0660, 0x066B, 0x0661, 0x0662,
0x0663, 0x0664, 0x0065, 0x0662,