Update testdata
Some entries were not updated and tests failed to succeed on platforms which need to deploy content/testdata. Change-Id: Ieb2b44c375b04cbaaecc1fb2303cc2478b86a100 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>bb10
parent
8b0dc80294
commit
ad16703fa8
|
|
@ -4,7 +4,7 @@ CONFIG -= app_bundle
|
|||
CONFIG += testcase
|
||||
CONFIG += parallel_test
|
||||
|
||||
!android:TESTDATA += test.json test.bjson test3.json test2.json
|
||||
!android:TESTDATA += bom.json test.json test.bjson test3.json test2.json
|
||||
else:RESOURCES += json.qrc
|
||||
|
||||
SOURCES += tst_qtjson.cpp
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ SOURCES = tst_qtranslator.cpp
|
|||
RESOURCES += qtranslator.qrc
|
||||
|
||||
android:!android-no-sdk: RESOURCES += android_testdata.qrc
|
||||
else: TESTDATA += hellotr_la.qm msgfmt_from_po.qm
|
||||
else: TESTDATA += dependencies_la.qm hellotr_la.qm msgfmt_from_po.qm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue