summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules4
m---------tests/auto/3rdparty/testsuites0
-rw-r--r--tests/auto/xmlpatternsxqts/tst_xmlpatternsxqts.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index d850d20..4867a36 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "tests/auto/TESTSUITES"]
- path = tests/auto/TESTSUITES
+[submodule "testsuites"]
+ path = tests/auto/3rdparty/testsuites
url = ../qtxmlpatterns-testsuites.git
diff --git a/tests/auto/3rdparty/testsuites b/tests/auto/3rdparty/testsuites
new file mode 160000
+Subproject ddfcd98e8d3f78d696bb25ddcaacc3e3cba51e7
diff --git a/tests/auto/xmlpatternsxqts/tst_xmlpatternsxqts.cpp b/tests/auto/xmlpatternsxqts/tst_xmlpatternsxqts.cpp
index a19f501..1acad24 100644
--- a/tests/auto/xmlpatternsxqts/tst_xmlpatternsxqts.cpp
+++ b/tests/auto/xmlpatternsxqts/tst_xmlpatternsxqts.cpp
@@ -59,7 +59,7 @@ void tst_XmlPatternsXQTS::catalogPath(QString &write) const
if(dontRun())
QSKIP("This test takes too long time to run on the majority of platforms.");
- write = QFINDTESTDATA("../TESTSUITES/XQTS/XQTSCatalog.xml");
+ write = QFINDTESTDATA("../3rdparty/testsuites/XQTS/XQTSCatalog.xml");
return;
}