Update testing for XQTS test special case. Altered the test result checking process to allow for XQTS tests which have either an error or a result.
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/0361e4f2 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/0361e4f2 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/0361e4f2 Branch: refs/heads/master Commit: 0361e4f20fa9af139fc8799ad0f0aa6f44723e4a Parents: 1f83126 Author: Preston Carman <[email protected]> Authored: Mon Jul 25 14:33:06 2016 -0700 Committer: Preston Carman <[email protected]> Committed: Tue Jul 26 10:39:29 2016 -0700 ---------------------------------------------------------------------- vxquery-xtest/results/xqts.txt | 430 +++++++++---------- .../apache/vxquery/xtest/TestCaseResult.java | 4 +- .../org/apache/vxquery/xtest/TestRunner.java | 1 + .../vxquery/xtest/VXQueryCheckXQTSTest.java | 56 +++ .../java/org/apache/vxquery/xtest/XQTSTest.java | 1 - 5 files changed, 274 insertions(+), 218 deletions(-) ----------------------------------------------------------------------
