OpenDFDL / ibmDFDLCrossTester

Cross testing rig for testing Daffodil and IBM DFDL
Apache License 2.0
0 stars 4 forks source link

Fix XML CRLF to LF, and root namespace negative parse test issues #12

Closed mbeckerle closed 4 years ago

mbeckerle commented 4 years ago

Fixes #10 and #11.

This enables vcard to work with the cross tester (a negative test wouldn't work before). A similar test was added to the self-tests of this test rig.

Also by converting CRLF to LF when constructing actual XML from the DFDL infoset, this works similarly now to daffodil, which makes tests that use input data containing CRLF portable.

This requires the fix to https://issues.apache.org/jira/browse/DAFFODIL-2440 which is https://github.com/apache/incubator-daffodil/pull/458