Tests that use p:delete

Test suiteTestExpected resultDescription
3.0-test-suiteab-delete-001passTests delete multiple elements (in no namespace)
3.0-test-suiteab-delete-002passTests delete selected element (in no namespace)
3.0-test-suiteab-delete-003passTests deleting elements on different levels (in no namespace)
3.0-test-suiteab-delete-004passTests entire subtree is deleted
3.0-test-suiteab-delete-005passTests root element is correctly deleted.
3.0-test-suiteab-delete-006passTests root element is correctly deleted, but document properties are preserved.
3.0-test-suiteab-delete-007passTests deleting of non namespaced attribute on multiple elements
3.0-test-suiteab-delete-008passTests deleting text specific node
3.0-test-suiteab-delete-009passTests deleting all text nodes of a given parent.
3.0-test-suiteab-delete-010passTests deleting all text nodes with a given content.
3.0-test-suiteab-delete-011passTests deleting all comments.
3.0-test-suiteab-delete-012passTests deleting all processing-instructions.
3.0-test-suiteab-delete-013passTests deleting all processing-instructions with a specific target.
3.0-test-suiteab-delete-014passTests deleting all elements with a given name in a given namespace.
3.0-test-suiteab-delete-015passTests deleting all elements with a given name in a given namespace (using EQ-Name)
3.0-test-suiteab-delete-016passTests deleting attribute with a given name in a given namespace
3.0-test-suiteab-delete-017passTests deleting attribute with a given name in a given namespace (using EQName)
3.0-test-suiteab-delete-018passTests deleting attribute xml:base-uri does not change element's base-uri
3.0-test-suiteab-delete-019passTests delete switches correctly to text document.
3.0-test-suiteab-delete-020passTests delete switches correctly to text document.
3.0-test-suiteab-delete-021catch failureTests delete raises error if document node is matched.
3.0-test-suiteab-empty-document-002passTests that documents with an empty document node have the right content-type.