summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2022-10-04 19:05:52 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2022-10-11 11:21:30 +0200
commit3f43ddbd10ed8fc0a55d3d42156c4afa07325175 (patch)
tree9a94f2aea810e032bc59ea0c5e42fe95a2d1f7db
parent5c4dcd0697c76e451ba18d250e47953a4d09efa8 (diff)
Rename tst_QBA::toFromHex()'s longer no-leading-zero data-row
No two data-rows should have the same name. Change-Id: I0e222498ca5bb973f703b7e6bd314fc38bb4db4d Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
-rw-r--r--tests/auto/corelib/text/qbytearray/tst_qbytearray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/text/qbytearray/tst_qbytearray.cpp b/tests/auto/corelib/text/qbytearray/tst_qbytearray.cpp
index 02c595d484..b138609448 100644
--- a/tests/auto/corelib/text/qbytearray/tst_qbytearray.cpp
+++ b/tests/auto/corelib/text/qbytearray/tst_qbytearray.cpp
@@ -1609,7 +1609,7 @@ void tst_QByteArray::toFromHex_data()
<< QByteArray("af")
<< QByteArray("xaf");
- QTest::newRow("no-leading-zero")
+ QTest::newRow("no-leading-zero-long")
<< QByteArray("\xd\xde\xad\xc0\xde")
<< '\0'
<< QByteArray("0ddeadc0de")