Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XQuery test suite (and others): remove p4 dependency | Peter Hartmann | 2010-06-07 | 1 | -4/+0 |
| | |||||
* | tst_SuiteTest: Fix a meaningless switch statement | Jakub Wieczorek | 2010-05-10 | 1 | -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 McGovern | 2010-02-17 | 1 | -0/+175 |
These tests were adding the same SUBDIR multiple times from different projects. Don't do that. |