From cf1de2f07256e50b311eb28ebbcfbc0f9d984285 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 21 Nov 2011 17:26:08 +1000 Subject: [PATCH] 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 --- tests/auto/corelib/tools/qstring/tst_qstring.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/auto/corelib/tools/qstring/tst_qstring.cpp b/tests/auto/corelib/tools/qstring/tst_qstring.cpp index c9cadad..45df14b 100644 --- a/tests/auto/corelib/tools/qstring/tst_qstring.cpp +++ b/tests/auto/corelib/tools/qstring/tst_qstring.cpp @@ -4017,7 +4017,7 @@ void tst_QString::double_conversion_data() QTest::addColumn("num_str"); QTest::addColumn("good"); QTest::addColumn("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, -- 2.7.4