summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xmlpatternsxqts/tst_suitetest.cpp')
-rw-r--r--tests/auto/xmlpatternsxqts/tst_suitetest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/xmlpatternsxqts/tst_suitetest.cpp b/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
index 9756389..f61546f 100644
--- a/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
+++ b/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
@@ -54,8 +54,8 @@
using namespace QPatternistSDK;
tst_SuiteTest::tst_SuiteTest(const SuiteType suiteType,
- const bool alwaysRun) : m_existingBaseline(inputFile(QLatin1String("Baseline.xml")))
- , m_candidateBaseline(inputFile(QLatin1String("CandidateBaseline.xml")))
+ const bool alwaysRun) : m_existingBaseline(QFINDTESTDATA("Baseline.xml"))
+ , m_candidateBaseline(QDir::current().filePath("CandidateBaseline.xml"))
, m_abortRun(!alwaysRun && !QFile::exists(QLatin1String("runTests")))
, m_suiteType(suiteType)
{