From e77352a680f77a11dc7004ed237b9c1e5c6f9824 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Tue, 8 May 2018 15:00:56 +0200 Subject: tst_qresourceengine: Fix position of testqrc for builtin testdata A change between 5.11 and dev has modified the position of testqrc inside the resource list. Adapt accordingly. Change-Id: I697103f4b8c9e93bb613e814c47a4e68e9a997ab Reviewed-by: Joerg Bornemann --- tests/auto/corelib/io/qresourceengine/tst_qresourceengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/corelib/io/qresourceengine/tst_qresourceengine.cpp') diff --git a/tests/auto/corelib/io/qresourceengine/tst_qresourceengine.cpp b/tests/auto/corelib/io/qresourceengine/tst_qresourceengine.cpp index ffa7bab6d9..ab49dea6d8 100644 --- a/tests/auto/corelib/io/qresourceengine/tst_qresourceengine.cpp +++ b/tests/auto/corelib/io/qresourceengine/tst_qresourceengine.cpp @@ -129,7 +129,7 @@ void tst_QResourceEngine::checkStructure_data() #endif #if defined(BUILTIN_TESTDATA) - rootContents.insert(8, QLatin1String("testqrc")); + rootContents.insert(9, QLatin1String("testqrc")); #endif -- cgit v1.2.3