From 643235988add9a92d45978a3381c840c01b7b4bc Mon Sep 17 00:00:00 2001 From: James McDonnell Date: Fri, 13 Nov 2015 10:00:11 -0500 Subject: 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 --- tests/auto/corelib/json/json.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/corelib/json') 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 -- cgit v1.2.3