From d7aff0febb4101084e9efb8e76cf4f5d7533c047 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 11 Aug 2015 17:33:37 +0200 Subject: properly add testsuites submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iea043221b965bbbc05f9c98b8f58aa7870acadfe Reviewed-by: Jędrzej Nowacki --- tests/auto/3rdparty/testsuites | 1 + tests/auto/xmlpatternsxqts/tst_xmlpatternsxqts.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 tests/auto/3rdparty/testsuites (limited to 'tests') diff --git a/tests/auto/3rdparty/testsuites b/tests/auto/3rdparty/testsuites new file mode 160000 index 0000000..ddfcd98 --- /dev/null +++ b/tests/auto/3rdparty/testsuites @@ -0,0 +1 @@ +Subproject commit ddfcd98e8d3f78d696bb25ddcaacc3e3cba51e7f 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; } -- cgit v1.2.1