Commit d7aff0fe authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

properly add testsuites submodule


Change-Id: Iea043221b965bbbc05f9c98b8f58aa7870acadfe
Reviewed-by: default avatarJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
parent 19e3545d
No related merge requests found
Showing with 4 additions and 3 deletions
[submodule "tests/auto/TESTSUITES"] [submodule "testsuites"]
path = tests/auto/TESTSUITES path = tests/auto/3rdparty/testsuites
url = ../qtxmlpatterns-testsuites.git url = ../qtxmlpatterns-testsuites.git
Subproject commit ddfcd98e8d3f78d696bb25ddcaacc3e3cba51e7f
...@@ -59,7 +59,7 @@ void tst_XmlPatternsXQTS::catalogPath(QString &write) const ...@@ -59,7 +59,7 @@ void tst_XmlPatternsXQTS::catalogPath(QString &write) const
if(dontRun()) if(dontRun())
QSKIP("This test takes too long time to run on the majority of platforms."); 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; return;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment