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 <joerg.bornemann@qt.io>
This commit is contained in:
Oliver Wolff 2018-05-08 15:00:56 +02:00
parent 5107cb069c
commit e77352a680

View File

@ -129,7 +129,7 @@ void tst_QResourceEngine::checkStructure_data()
#endif #endif
#if defined(BUILTIN_TESTDATA) #if defined(BUILTIN_TESTDATA)
rootContents.insert(8, QLatin1String("testqrc")); rootContents.insert(9, QLatin1String("testqrc"));
#endif #endif