tst_QString::compare(): rename a test tag to be unique

There were two data8 rows; and no data9, so that was easy to fix.

Change-Id: I8191de142e1a3be57bf1ad97e63d5780f2859fea
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Edward Welbourne 2022-10-05 13:28:45 +02:00
parent 3af2747c46
commit 35ff456407

View File

@ -6600,7 +6600,7 @@ void tst_QString::compare_data()
QString lower;
lower += QChar(QChar::highSurrogate(0x10428));
lower += QChar(QChar::lowSurrogate(0x10428));
QTest::newRow("data8") << upper << lower << -1 << 0;
QTest::newRow("data9") << upper << lower << -1 << 0;
// embedded nulls
QByteArray onenull("", 1);