XForms 1.1 Test Suite Implementation Status for Ubiquity-XForms

XForms 1.1 Test -- May 29, 2009

This report describes the results from testing the XForms 1.1 Test Suite with Ubiquity-XForms.

Legend

Type Description
Passed The test passed when it was run manually.
Failed The test failed when it was run manually.
Failed The OPTIONAL test failed when it was run manually.
Unknown The test was not run, or an unknown result occurred.

Chapter Results Summary

70 normative tests
Passed 64
Failed 6
Unknown not calculated
70 basic tests
Passed 64
Failed 6
Unknown not calculated

Results Table

Test Case Number Test Case Name FF3
10. XForms Actions
10.a action syntax example Passed
10.b rebuild in action element Passed
10.c recalculate in action element Passed
10.d revalidate in action element Passed
10.e refresh in action element Passed
10.f insert in action element Passed
10.g delete in action element Passed
10.h setvalue in action element Passed
10.i reset in action element Passed
10.1.a action element Passed
10.2.a setvalue elements with expression or literal Passed
10.2.b setvalue element with expression and literal, element with neither Passed
10.3.a insert action using context attribute Passed
10.3.b insert action with bind and model attributes Passed
10.3.c insert action using origin attribute Passed
10.3.d insert action using at attribute Passed
10.3.e insert action using position attribute Passed
10.3.f insert action in repeat bound to collection Failed
10.3.g insert action - nodeset indicates root element Passed
10.3.h insert action and repeat element Passed
10.3.i insert action - xforms-insert event Passed
10.3.j insert action - copying an attribute Passed
10.4.a delete action using context attribute Passed
10.4.b delete action using context and bind attributes Passed
10.4.c delete action using context attribute terminates with no effect Passed
10.4.d delete action using at attribute Passed
10.4.e delete element rules Passed
10.4.f delete action and repeat element Passed
10.4.g delete action with xforms-delete event Passed
10.5.a setindex element rules Passed
10.6.a events dispatched by toggle element Passed
10.6.1.a case element child of the toggle element Passed
10.6.1.b case element child of the toggle element precedence testing Passed
10.7.a setfocus element Passed
10.7.1.a setfocus element with value child element Passed
10.7.1.b control element precedence tests Passed
10.8.a dispatch element dispatches predefined event Passed
10.8.b dispatch element dispatches custom event Passed
10.8.c dispatch element with delay attribute Passed
10.8.d dispatch element dispatches custom event that bubbles Passed
10.8.e dispatch element dispatches cancelled custom event Passed
10.8.f dispatch element dispatches cancelled predefined event Failed
10.8.1.a dispatch element with name child element Passed
10.8.1.b name element has precedence over attribute Passed
10.8.1.c value attribute has precedence in name element Passed
10.8.2.a dispatch element with target child element Passed
10.8.2.b target element has precedence over attribute Passed
10.8.2.c value attribute has precedence in target element Passed
10.8.3.a dispatch element with delay child element Passed
10.8.3.b delay element has precedence over attribute Passed
10.8.3.c value attribute has precedence in delay element Passed
10.13.a reset element Passed
10.13.b reset element with model attribute Passed
10.14.a load element attributes Passed
10.14.b show attribute of load element Passed
10.14.1.a load element with resource child element Passed
10.14.1.b value attribute has precedence in load element Passed
10.15.a send element Failed
10.16.a message element using single node binding Passed
10.16.b level attribute of message element Passed
10.16.c message element interface created at run time Passed
10.17.a conditional execution of XForms actions Passed
10.17.b conditional execution of XForms actions using action element Passed
10.17.c conditional execution of XForms actions - Automatic Focus Advancement example Failed
10.17.d conditional execution of XForms actions - Handling Focus for Empty Repeats example Failed
10.18.a iteration of XForms actions Passed
10.18.b iteration of XForms actions using action element Passed
10.18.c iteration executed zero times Passed
10.18.d XForms actions with if and while attributes Passed
10.18.e iteration of XForms actions - Summing Selected Results example Failed