3.0-test-suite | ab-namespace-delete-001 | pass | Simple test. |
3.0-test-suite | ab-namespace-delete-002 | pass | Removing default namespace on elements and explicit namespace on attributes. |
3.0-test-suite | ab-namespace-delete-003 | pass | Removing default namespace does not harm elements/attribute in other namespace. |
3.0-test-suite | ab-namespace-delete-004 | pass | Removing explicit namespace does not harm elements/attribute in other namespace. |
3.0-test-suite | ab-namespace-delete-005 | pass | Removing unused namespace does not change anything. |
3.0-test-suite | ab-namespace-delete-006 | pass | Removing namespace twice (same prefix) does work. |
3.0-test-suite | ab-namespace-delete-007 | pass | Removing namespace twice (different prefixes) does work. |
3.0-test-suite | ab-namespace-delete-008 | pass | Removing namespace from att is ok as long as other att is in a namespace. |
3.0-test-suite | ab-namespace-delete-009 | catch failure | Tests error is raised if prefix is not in-scope. |
3.0-test-suite | ab-namespace-delete-010 | catch failure | Tests error is raised ONE prefix is not in-scope. |
3.0-test-suite | ab-namespace-delete-011 | catch failure | Tests error is raised if removal leads to attribute name conflict. |
3.0-test-suite | ab-namespace-delete-012 | catch failure | Tests error is raised if removal leads to attribute name conflict. |