diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2015-08-11 17:33:37 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2015-08-13 11:54:49 +0000 |
commit | d7aff0febb4101084e9efb8e76cf4f5d7533c047 (patch) | |
tree | 0d800bd4893eeb688c790adbfd916445d9a85c16 | |
parent | 19e3545df631e247bf31bb58868d602baea84419 (diff) | |
download | qtxmlpatterns-d7aff0febb4101084e9efb8e76cf4f5d7533c047.tar.gz qtxmlpatterns-d7aff0febb4101084e9efb8e76cf4f5d7533c047.tar.bz2 qtxmlpatterns-d7aff0febb4101084e9efb8e76cf4f5d7533c047.zip |
properly add testsuites submodulev5.5.90+alpha1upstream
Change-Id: Iea043221b965bbbc05f9c98b8f58aa7870acadfe
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | tests/auto/3rdparty/testsuites | 0 | ||||
-rw-r--r-- | tests/auto/xmlpatternsxqts/tst_xmlpatternsxqts.cpp | 2 |
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; } |