From 3f43ddbd10ed8fc0a55d3d42156c4afa07325175 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Tue, 4 Oct 2022 19:05:52 +0200 Subject: [PATCH] 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 --- tests/auto/corelib/text/qbytearray/tst_qbytearray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")