summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2012-01-18 12:32:58 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-19 04:45:29 +0100
commit3664d3b8426c05814cbf327ba010c5bec24853ef (patch)
treed8300ba30e61390f4c2c23fe95b9423406a5b426 /tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
parent67a3698b3c558b5bd9fbd2e3b0121bab8c949c95 (diff)
Changed xml unittests to work from installation directory
- Changed to use QFINDTESTDATA and TESTDATA Change-Id: Ib738adfb6d0553e4c995ccaa51e34335f00f50f0 Reviewed-by: Kurt Korbatits <kurt.korbatits@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro')
-rw-r--r--tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro b/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
index ae924ca35f..cec33ded18 100644
--- a/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
+++ b/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
@@ -12,8 +12,4 @@ CONFIG += no_batch
QT += network xml testlib
QT -= gui
-wince* {
- addFiles.files = encodings parser xmldocs
- addFiles.path = .
- DEPLOYMENT += addFiles
-}
+TESTDATA += encodings/* xmldocs/*