From 170b9a82ba7aa772e9ee7fae267257c23ee99b9e Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Thu, 24 Nov 2011 16:09:21 +1000 Subject: Improve QVector autotest Ensure that data row names are unique. Change-Id: Ia6cf6e440d631928ae3352d7305c6cf2ee5b2a0c Reviewed-by: Rohan McGovern --- tests/auto/corelib/tools/qvector/tst_qvector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/corelib/tools/qvector/tst_qvector.cpp b/tests/auto/corelib/tools/qvector/tst_qvector.cpp index 490b836f3d..2c1a17108b 100644 --- a/tests/auto/corelib/tools/qvector/tst_qvector.cpp +++ b/tests/auto/corelib/tools/qvector/tst_qvector.cpp @@ -881,7 +881,7 @@ void tst_QVector::QTBUG11763_data() result3 = i - 10; result4 = i - 20; } - QTest::newRow(qPrintable(QString("QTBUG11763:%1").arg(i))) << i << fill_size << j << result1 << result2 << result3 << result4; + QTest::newRow(qPrintable(QString("QTBUG11763:%1,%2").arg(i).arg(j))) << i << fill_size << j << result1 << result2 << result3 << result4; } } } -- cgit v1.2.3