eXist-db / exist-xqts-runner

W3C XQTS driver for eXist-db
GNU Lesser General Public License v3.0
5 stars 6 forks source link

How to handle broken/invalid test cases? #16

Closed line-o closed 4 years ago

line-o commented 4 years ago

Inspecting the test results I found at least six test cases using the old map constructor syntax :=. These tests fail now due to an error code mismatch (query throws with XPST0003 instead of FOJS0001)

How can we maintain an updated test suite?

line-o commented 4 years ago

from #14 : use target/scala-2.13/exist-xqts-runner-assembly-1.0.0.jar -x HEAD to get the current, maintained testsuite

adamretter commented 4 years ago

@line-o running exist-xqts-runner-assembly-1.0.0.jar --help will show you all of the options :-p