Add a file to the TESTDATA list

The file exists and it's listed in json.qrc (for Android) but it isn't
listed in TESTDATA.  This is only a problem when the target is a another
system as is the case with Qt for QNX.  One of the tests fails because
the file isn't deployed.

Noticed this while testing the changes for custom spacing of JSON
output.

Task-number: QTBUG-47437
Change-Id: I627592a5a225f50fdb8e3cdd6ac72dff43936ae5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
James McDonnell 2015-11-13 10:00:11 -05:00
parent f3593564da
commit 643235988a

View File

@ -3,7 +3,7 @@ QT = core testlib
CONFIG -= app_bundle
CONFIG += testcase
!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