stevedlawrence commented on a change in pull request #140: TDML Runner and test
changes for Cross Validation with IBM.
URL: https://github.com/apache/incubator-daffodil/pull/140#discussion_r235011771
##########
File path:
daffodil-test-ibm1/src/test/resources/test-suite/tresys-contributed/BC.dfdl.xsd
##########
@@ -47,7 +47,7 @@
</sequence>
<sequence dfdl:separator="," dfdl:terminator="%NL;">
<element name="y" type="xsd:boolean" maxOccurs="unbounded"
- dfdl:textBooleanTrueRep="{ 1*10 }" dfdl:textBooleanFalseRep="{'a b
c'}" />
+ dfdl:textBooleanTrueRep="{ xsd:string(1*10) }"
dfdl:textBooleanFalseRep="{'a b c'}" />
Review comment:
Not sure it's worth investigating for this, but shouldn't DPath be able to
implicitly coerce the number into a string? Or is this is a limitation with
IBM's implementation that it does not do coercion?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services