summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJames McDonnell <jmcdonnell@qnx.com>2015-11-13 10:00:11 -0500
committerJames McDonnell <jmcdonnell@qnx.com>2015-11-16 16:14:11 +0000
commit643235988add9a92d45978a3381c840c01b7b4bc (patch)
tree5fef7ac227a9f52195dcdae60558d968ede1e4e6 /tests
parentf3593564da6918990652756cdde0140ee4ec4923 (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/json/json.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/json/json.pro b/tests/auto/corelib/json/json.pro
index 4644ae27e6..a8224fd201 100644
--- a/tests/auto/corelib/json/json.pro
+++ b/tests/auto/corelib/json/json.pro
@@ -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