summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2022-10-05 12:02:25 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2022-10-11 11:23:04 +0200
commit439066ea84374c704d59857e9d32f26d0fc85161 (patch)
tree4e92ca6ce02080ef0543936e29ffc53cba9aa2e5 /tests/auto
parentf89d3484b218477dbc4e80c3cd3ee2e32f8b72a6 (diff)
tst_QResourceEngine::checkStructure(): fix name of some data rows
The first "test1 text" test-case related to a file called test1.txt; but the second related to a file called test2.txt; I suspect a copy-and-paste with incomplete post-edit. In any case, change the latter's data tag to reflect the difference. Change-Id: I8354a3d1bd18715d6717dfd0962aa70faefbee90 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/corelib/io/qresourceengine/tst_qresourceengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/qresourceengine/tst_qresourceengine.cpp b/tests/auto/corelib/io/qresourceengine/tst_qresourceengine.cpp
index 3170d2f452..cc6d92414d 100644
--- a/tests/auto/corelib/io/qresourceengine/tst_qresourceengine.cpp
+++ b/tests/auto/corelib/io/qresourceengine/tst_qresourceengine.cpp
@@ -284,7 +284,7 @@ void tst_QResourceEngine::checkStructure_data()
info = QFileInfo(QFINDTESTDATA("testqrc/test/test/test2.txt"));
- QTest::addRow("%s test1 text", qPrintable(root)) << QString(root + "test/test/test2.txt")
+ QTest::addRow("%s test2 text", qPrintable(root)) << QString(root + "test/test/test2.txt")
<< QByteArray("def\n")
<< QStringList()
<< QStringList()