- From: Keith Wells <wellsk@us.ibm.com>
- Date: Mon, 16 Feb 2009 13:31:26 -0500
- To: Nick Van den Bleeken <Nick_Van_den_Bleeken@inventivegroup.com>
- Cc: "public-forms@w3.org" <public-forms@w3.org>
- Message-ID: <OF5F9F27F3.63629C31-ON8725755F.00657070-8525755F.0065C14B@us.ibm.com>
Nick, Test cases 5.2.1.b, 10.8.1.c, 10.8.2.c, 10.14.1.b, and 11.8.1.a were updated on the W3C site ( http://www.w3.org/MarkUp/Forms/Test/XForms1.1/Edition1/). I'll correct the appendix B test cases at a later date. Thanks, Keith Nick Van den Bleeken <Nick_Van_den_Ble To eken@inventivegro "public-forms@w3.org" up.com> <public-forms@w3.org> Sent by: cc public-forms-requ Keith Wells/Raleigh/IBM@IBMUS est@w3.org Subject Found some more errors in the XF 11 test suite 02/16/2009 04:31 AM 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, and is believed to be clean. --
Attachments
- image/gif attachment: graycol.gif
- image/gif attachment: pic18638.gif
- image/gif attachment: ecblank.gif
Received on Monday, 16 February 2009 18:32:09 UTC