Commit 19e3545d authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

Add qtxmlpatterns-testsuites as submodule and get XQTS from there


Change-Id: I9dda1a76e730dfe1790fe6771a6f9ccd63c5d13b
Reviewed-by: default avatarFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Showing with 4 additions and 2 deletions
.gitmodules 0 → 100644
[submodule "tests/auto/TESTSUITES"]
path = tests/auto/TESTSUITES
url = ../qtxmlpatterns-testsuites.git
......@@ -59,9 +59,8 @@ 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("TESTSUITE/XQTSCatalog.xml");
write = QFINDTESTDATA("../TESTSUITES/XQTS/XQTSCatalog.xml");
return;
}
QTEST_MAIN(tst_XmlPatternsXQTS)
......
Supports Markdown
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