diff --git a/tests/auto/phonenumber/tst_phonenumber.cpp b/tests/auto/phonenumber/tst_phonenumber.cpp index ea99372..91f1bfe 100644 --- a/tests/auto/phonenumber/tst_phonenumber.cpp +++ b/tests/auto/phonenumber/tst_phonenumber.cpp @@ -186,17 +186,17 @@ void tst_PhoneNumber::normalization_data() QTest::newRow("punctuation") << "12-34.567.-890" << "12-34.567.-890" - << "12-34.567.-890" - << "1234567890" - << "1234567890" + << "12-34" + << "1234.567.890" + << "1234.567.890" << true; QTest::newRow("invalid punctuation") << "12_34,567,|890" - << "1234567890" - << "1234567890" - << "1234567890" - << "1234567890" + << "1234,567,890" + << "1234" + << "1234,567,890" + << "1234,567,890" << false; QTest::newRow("plus 1")