From 39719290f51f2043fd2d49ea4d900404f5153898 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Tue, 8 May 2012 16:22:54 +1000 Subject: [PATCH] Set test data directory correctly for QML profiler tests Change-Id: I52f41aacb2963699394dc3ea22d6a4723b189a87 Reviewed-by: Damian Jansen --- tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro | 2 +- tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro b/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro index 2a665a0..5181414 100644 --- a/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro +++ b/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro @@ -8,7 +8,7 @@ INCLUDEPATH += ../shared include(../../../shared/util.pri) include(../shared/debugutil.pri) -OTHER_FILES += data/test.qml +TESTDATA = data/* CONFIG += parallel_test diff --git a/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro b/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro index 9fa4e05..ccaba09 100644 --- a/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro +++ b/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro @@ -8,7 +8,7 @@ INCLUDEPATH += ../shared include(../../../shared/util.pri) include(../shared/debugutil.pri) -OTHER_FILES += data/test.qml +TESTDATA = data/* CONFIG += parallel_test -- 2.7.4