summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* XQuery test suite (and others): remove p4 dependencyPeter Hartmann2010-06-071-4/+0
|
* tst_SuiteTest: Fix a meaningless switch statementJakub Wieczorek2010-05-101-4/+11
| | | | | | | | | The switch statement, that specifies which test handler should be used to run a test suite was missing break; statements, which made it always fall back to the XML Schema test suite. Merge-request: 619 Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com>
* Fixed compile of xmlpatterns tests with vcproj generator.Rohan McGovern2010-02-171-0/+175
These tests were adding the same SUBDIR multiple times from different projects. Don't do that.