Found some more errors in the XF 11 test suite

All,

I spent last Friday and this weekend trying to fix some more XF11 tests in Chiba (we're passing over 40 extra tests, so a full report is nearly possible).
While doing this I found the following errors:

- 5.2.1.b <xforms:bind nodeset="my_byte" type="xforms::byte" /> should be <xforms:bind nodeset="my_byte" type="xforms:byte" /> (only one colon in the type)

- 10.8.1.c name value="xforms-rebuild" should be name value="'xforms-rebuild'" (there should be quotes around the string, it's an xpath expression)

- 10.8.1.c <xforms:target value="mymodel"> should be <xforms:target value="'mymodel'"> (there should be quotes around the string, it's an xpath expression)

- 10.14.1.b <xforms:resource value="http://www.w3.org/TR/xforms11/"> should be <xforms:resource value="'http://www.w3.org/TR/xforms11/'"> (there should be quotes around the string, it's an xpath expression)

- 11.8.1.b header with empty value attribute is an invalid XPath expression, if you want to construct the empty sting in XPath use '' <xforms:name value=""></xforms:name>

- b.1.a, b.2.a, b.3.a, b.4.a, b.5.a, b.6.a, b.7.a, b.8.a, b.9.a, b.10.a, b.11.a, b.12.a, b.12.a, b.13.a, b.14.a, b.15.a xforms-ready is targeted to the model, so ev:observer should be added to the action wrapping the insert and delete action(s)

Regards,

Nick Van den Bleeken

________________________________
Inventive Designers' Email Disclaimer:
http://www.inventivedesigners.com/email-disclaimer

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--

Received on Monday, 16 February 2009 09:32:36 UTC