xproc / 3.0-test-suite

The 3.0 test suite.
https://test-suite.xproc.org/
MIT License
4 stars 3 forks source link

Broken tests #68

Closed xml-project closed 6 years ago

xml-project commented 6 years ago

All tests with an additional namespace declaration on the outer p:declare-step are broken somehow by the conversion because the namespace is now moved to the element, where it is needed. As a consequence it is no longer available on p:declare-step/type. E.g. ab-connection-008.xml.

Since these are only a few test (ca. 30) I will fix them by hand.

ndw commented 6 years ago

Awww, dang it. I tried to make sure the namespaces went in the right places. Sorry I missed those. And sorry about the confusion on revision history. I guess I changed my mind (so that t:info/t:revision[1] is always the newest) and didn't update the docs.

xml-project commented 6 years ago

Never mind. I think we made great progress with your revision and the different views on the test suite. Will fix the broken tests tomorrow.

xml-project commented 6 years ago

Fixed with pr #79