From 64e9feb8d0e62a4428d1db7a18cf00fdc2917252 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 Dec 2010 23:12:24 +0000 Subject: Make libdom work again given lack of init/finalise in hubbub and prepare initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992 --- .../tests/level1/core/cdatasectionnormalize.xml | 49 ---------------- .../level1/core/cdatasectionnormalize.xml.notimpl | 49 ++++++++++++++++ .../tests/level1/core/elementnormalize.xml | 46 --------------- .../tests/level1/core/elementnormalize.xml.notimpl | 46 +++++++++++++++ .../tests/level1/core/entitygetentityname.xml | 46 --------------- .../level1/core/entitygetentityname.xml.notimpl | 46 +++++++++++++++ .../tests/level1/core/entitygetpublicid.xml | 55 ------------------ .../level1/core/entitygetpublicid.xml.notimpl | 55 ++++++++++++++++++ .../tests/level1/core/entitygetpublicidnull.xml | 45 --------------- .../level1/core/entitygetpublicidnull.xml.notimpl | 45 +++++++++++++++ .../tests/level1/core/hc_attrnormalize.xml | 65 ---------------------- .../tests/level1/core/hc_attrnormalize.xml.notimpl | 65 ++++++++++++++++++++++ .../tests/level1/core/hc_elementnormalize.xml | 49 ---------------- .../level1/core/hc_elementnormalize.xml.notimpl | 49 ++++++++++++++++ .../tests/level1/core/hc_elementnormalize2.xml | 51 ----------------- .../level1/core/hc_elementnormalize2.xml.notimpl | 51 +++++++++++++++++ .../tests/level1/core/hc_entitiessetnameditem1.xml | 50 ----------------- .../core/hc_entitiessetnameditem1.xml.notimpl | 50 +++++++++++++++++ .../level1/core/hc_notationssetnameditem1.xml | 50 ----------------- .../core/hc_notationssetnameditem1.xml.notimpl | 50 +++++++++++++++++ .../tests/level1/core/nodenotationnodetype.xml | 44 --------------- .../level1/core/nodenotationnodetype.xml.notimpl | 44 +++++++++++++++ .../core/nodeprocessinginstructionsetnodevalue.xml | 43 -------------- ...deprocessinginstructionsetnodevalue.xml.notimpl | 43 ++++++++++++++ .../tests/level1/core/notationgetnotationname.xml | 43 -------------- .../core/notationgetnotationname.xml.notimpl | 43 ++++++++++++++ .../tests/level1/core/notationgetpublicid.xml | 40 ------------- .../level1/core/notationgetpublicid.xml.notimpl | 40 +++++++++++++ .../tests/level1/core/notationgetpublicidnull.xml | 45 --------------- .../core/notationgetpublicidnull.xml.notimpl | 45 +++++++++++++++ .../tests/level1/core/notationgetsystemid.xml | 45 --------------- .../level1/core/notationgetsystemid.xml.notimpl | 45 +++++++++++++++ .../tests/level1/core/notationgetsystemidnull.xml | 41 -------------- .../core/notationgetsystemidnull.xml.notimpl | 41 ++++++++++++++ .../level1/core/processinginstructiongetdata.xml | 43 -------------- .../core/processinginstructiongetdata.xml.notimpl | 43 ++++++++++++++ .../level1/core/processinginstructiongettarget.xml | 42 -------------- .../processinginstructiongettarget.xml.notimpl | 42 ++++++++++++++ ...ginstructionsetdatanomodificationallowederr.xml | 53 ------------------ ...tionsetdatanomodificationallowederr.xml.notimpl | 53 ++++++++++++++++++ ...nstructionsetdatanomodificationallowederrEE.xml | 57 ------------------- ...onsetdatanomodificationallowederrEE.xml.notimpl | 57 +++++++++++++++++++ 42 files changed, 1002 insertions(+), 1002 deletions(-) delete mode 100644 test/testcases/tests/level1/core/cdatasectionnormalize.xml create mode 100644 test/testcases/tests/level1/core/cdatasectionnormalize.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/elementnormalize.xml create mode 100644 test/testcases/tests/level1/core/elementnormalize.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/entitygetentityname.xml create mode 100644 test/testcases/tests/level1/core/entitygetentityname.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/entitygetpublicid.xml create mode 100644 test/testcases/tests/level1/core/entitygetpublicid.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/entitygetpublicidnull.xml create mode 100644 test/testcases/tests/level1/core/entitygetpublicidnull.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/hc_attrnormalize.xml create mode 100644 test/testcases/tests/level1/core/hc_attrnormalize.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/hc_elementnormalize.xml create mode 100644 test/testcases/tests/level1/core/hc_elementnormalize.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/hc_elementnormalize2.xml create mode 100644 test/testcases/tests/level1/core/hc_elementnormalize2.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/hc_entitiessetnameditem1.xml create mode 100644 test/testcases/tests/level1/core/hc_entitiessetnameditem1.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/hc_notationssetnameditem1.xml create mode 100644 test/testcases/tests/level1/core/hc_notationssetnameditem1.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/nodenotationnodetype.xml create mode 100644 test/testcases/tests/level1/core/nodenotationnodetype.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/nodeprocessinginstructionsetnodevalue.xml create mode 100644 test/testcases/tests/level1/core/nodeprocessinginstructionsetnodevalue.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/notationgetnotationname.xml create mode 100644 test/testcases/tests/level1/core/notationgetnotationname.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/notationgetpublicid.xml create mode 100644 test/testcases/tests/level1/core/notationgetpublicid.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/notationgetpublicidnull.xml create mode 100644 test/testcases/tests/level1/core/notationgetpublicidnull.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/notationgetsystemid.xml create mode 100644 test/testcases/tests/level1/core/notationgetsystemid.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/notationgetsystemidnull.xml create mode 100644 test/testcases/tests/level1/core/notationgetsystemidnull.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/processinginstructiongetdata.xml create mode 100644 test/testcases/tests/level1/core/processinginstructiongetdata.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/processinginstructiongettarget.xml create mode 100644 test/testcases/tests/level1/core/processinginstructiongettarget.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederr.xml create mode 100644 test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederr.xml.notimpl delete mode 100644 test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml create mode 100644 test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml.notimpl (limited to 'test/testcases/tests/level1/core') diff --git a/test/testcases/tests/level1/core/cdatasectionnormalize.xml b/test/testcases/tests/level1/core/cdatasectionnormalize.xml deleted file mode 100644 index ce654f6..0000000 --- a/test/testcases/tests/level1/core/cdatasectionnormalize.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -cdataSectionNormalize -NIST - -Adjacent CDATASection nodes cannot be merged together by -use of the "normalize()" method from the Element interface. -Retrieve second child of the second employee and invoke -the "normalize()" method. The Element under contains -two CDATASection nodes that should not be merged together -by the "normalize()" method. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/cdatasectionnormalize.xml.notimpl b/test/testcases/tests/level1/core/cdatasectionnormalize.xml.notimpl new file mode 100644 index 0000000..ce654f6 --- /dev/null +++ b/test/testcases/tests/level1/core/cdatasectionnormalize.xml.notimpl @@ -0,0 +1,49 @@ + + + + + +cdataSectionNormalize +NIST + +Adjacent CDATASection nodes cannot be merged together by +use of the "normalize()" method from the Element interface. +Retrieve second child of the second employee and invoke +the "normalize()" method. The Element under contains +two CDATASection nodes that should not be merged together +by the "normalize()" method. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/elementnormalize.xml b/test/testcases/tests/level1/core/elementnormalize.xml deleted file mode 100644 index bc85fff..0000000 --- a/test/testcases/tests/level1/core/elementnormalize.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - -elementNormalize -NIST - - The "normalize()" method puts all the nodes in the full - depth of the sub-tree underneath this element into a - "normal" form. - - Retrieve the third employee and access its second child. - This child contains a block of text that is spread - across multiple lines. The content of the "name" child - should be parsed and treated as a single Text node. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/elementnormalize.xml.notimpl b/test/testcases/tests/level1/core/elementnormalize.xml.notimpl new file mode 100644 index 0000000..bc85fff --- /dev/null +++ b/test/testcases/tests/level1/core/elementnormalize.xml.notimpl @@ -0,0 +1,46 @@ + + + + + +elementNormalize +NIST + + The "normalize()" method puts all the nodes in the full + depth of the sub-tree underneath this element into a + "normal" form. + + Retrieve the third employee and access its second child. + This child contains a block of text that is spread + across multiple lines. The content of the "name" child + should be parsed and treated as a single Text node. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/entitygetentityname.xml b/test/testcases/tests/level1/core/entitygetentityname.xml deleted file mode 100644 index 2aa4be3..0000000 --- a/test/testcases/tests/level1/core/entitygetentityname.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - -entityGetEntityName -NIST - - The nodeName attribute that is inherited from Node - contains the name of the entity. - - Retrieve the entity named "ent1" and access its name by - invoking the "getNodeName()" method inherited from - the Node interface. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/entitygetentityname.xml.notimpl b/test/testcases/tests/level1/core/entitygetentityname.xml.notimpl new file mode 100644 index 0000000..2aa4be3 --- /dev/null +++ b/test/testcases/tests/level1/core/entitygetentityname.xml.notimpl @@ -0,0 +1,46 @@ + + + + + +entityGetEntityName +NIST + + The nodeName attribute that is inherited from Node + contains the name of the entity. + + Retrieve the entity named "ent1" and access its name by + invoking the "getNodeName()" method inherited from + the Node interface. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/entitygetpublicid.xml b/test/testcases/tests/level1/core/entitygetpublicid.xml deleted file mode 100644 index 645a781..0000000 --- a/test/testcases/tests/level1/core/entitygetpublicid.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - -entityGetPublicId -NIST - - The "getPublicId()" method of an Entity node contains - the public identifier associated with the entity, if - one was specified. - - Retrieve the entity named "ent5" and access its - public identifier. The string "entityURI" should be - returned. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/entitygetpublicid.xml.notimpl b/test/testcases/tests/level1/core/entitygetpublicid.xml.notimpl new file mode 100644 index 0000000..645a781 --- /dev/null +++ b/test/testcases/tests/level1/core/entitygetpublicid.xml.notimpl @@ -0,0 +1,55 @@ + + + + + +entityGetPublicId +NIST + + The "getPublicId()" method of an Entity node contains + the public identifier associated with the entity, if + one was specified. + + Retrieve the entity named "ent5" and access its + public identifier. The string "entityURI" should be + returned. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/entitygetpublicidnull.xml b/test/testcases/tests/level1/core/entitygetpublicidnull.xml deleted file mode 100644 index 172ba80..0000000 --- a/test/testcases/tests/level1/core/entitygetpublicidnull.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - -entityGetPublicIdNull -NIST - - The "getPublicId()" method of an Entity node contains - the public identifier associated with the entity, if - one was not specified a null value should be returned. - - Retrieve the entity named "ent1" and access its - public identifier. Since a public identifier was not - specified for this entity, the "getPublicId()" method - should return null. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/entitygetpublicidnull.xml.notimpl b/test/testcases/tests/level1/core/entitygetpublicidnull.xml.notimpl new file mode 100644 index 0000000..172ba80 --- /dev/null +++ b/test/testcases/tests/level1/core/entitygetpublicidnull.xml.notimpl @@ -0,0 +1,45 @@ + + + + + +entityGetPublicIdNull +NIST + + The "getPublicId()" method of an Entity node contains + the public identifier associated with the entity, if + one was not specified a null value should be returned. + + Retrieve the entity named "ent1" and access its + public identifier. Since a public identifier was not + specified for this entity, the "getPublicId()" method + should return null. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/hc_attrnormalize.xml b/test/testcases/tests/level1/core/hc_attrnormalize.xml deleted file mode 100644 index bc5a892..0000000 --- a/test/testcases/tests/level1/core/hc_attrnormalize.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - -hc_attrnormalize -Curt Arnold - -Appends a text node to an attribute, normalizes the attribute -and checks for a single child node. - - -2004-01-01 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/hc_attrnormalize.xml.notimpl b/test/testcases/tests/level1/core/hc_attrnormalize.xml.notimpl new file mode 100644 index 0000000..bc5a892 --- /dev/null +++ b/test/testcases/tests/level1/core/hc_attrnormalize.xml.notimpl @@ -0,0 +1,65 @@ + + + + + +hc_attrnormalize +Curt Arnold + +Appends a text node to an attribute, normalizes the attribute +and checks for a single child node. + + +2004-01-01 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/hc_elementnormalize.xml b/test/testcases/tests/level1/core/hc_elementnormalize.xml deleted file mode 100644 index e1df08f..0000000 --- a/test/testcases/tests/level1/core/hc_elementnormalize.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -hc_elementnormalize -Curt Arnold - -Append a couple of text nodes to the first sup element, normalize the -document element and check that the element has been normalized. - - -2002-06-09 - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/hc_elementnormalize.xml.notimpl b/test/testcases/tests/level1/core/hc_elementnormalize.xml.notimpl new file mode 100644 index 0000000..e1df08f --- /dev/null +++ b/test/testcases/tests/level1/core/hc_elementnormalize.xml.notimpl @@ -0,0 +1,49 @@ + + + + + +hc_elementnormalize +Curt Arnold + +Append a couple of text nodes to the first sup element, normalize the +document element and check that the element has been normalized. + + +2002-06-09 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/hc_elementnormalize2.xml b/test/testcases/tests/level1/core/hc_elementnormalize2.xml deleted file mode 100644 index 0adf0d8..0000000 --- a/test/testcases/tests/level1/core/hc_elementnormalize2.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - -hc_elementnormalize2 -Curt Arnold - -Add an empty text node to an existing attribute node, normalize the containing element -and check that the attribute node has eliminated the empty text. - - -2002-06-09 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/hc_elementnormalize2.xml.notimpl b/test/testcases/tests/level1/core/hc_elementnormalize2.xml.notimpl new file mode 100644 index 0000000..0adf0d8 --- /dev/null +++ b/test/testcases/tests/level1/core/hc_elementnormalize2.xml.notimpl @@ -0,0 +1,51 @@ + + + + + +hc_elementnormalize2 +Curt Arnold + +Add an empty text node to an existing attribute node, normalize the containing element +and check that the attribute node has eliminated the empty text. + + +2002-06-09 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/hc_entitiessetnameditem1.xml b/test/testcases/tests/level1/core/hc_entitiessetnameditem1.xml deleted file mode 100644 index 301bdf1..0000000 --- a/test/testcases/tests/level1/core/hc_entitiessetnameditem1.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - -hc_entitiessetnameditem1 -Curt Arnold - -An attempt to add an element to the named node map returned by entities should -result in a NO_MODIFICATION_ERR or HIERARCHY_REQUEST_ERR. - -2004-01-11 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/hc_entitiessetnameditem1.xml.notimpl b/test/testcases/tests/level1/core/hc_entitiessetnameditem1.xml.notimpl new file mode 100644 index 0000000..301bdf1 --- /dev/null +++ b/test/testcases/tests/level1/core/hc_entitiessetnameditem1.xml.notimpl @@ -0,0 +1,50 @@ + + + + + +hc_entitiessetnameditem1 +Curt Arnold + +An attempt to add an element to the named node map returned by entities should +result in a NO_MODIFICATION_ERR or HIERARCHY_REQUEST_ERR. + +2004-01-11 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/hc_notationssetnameditem1.xml b/test/testcases/tests/level1/core/hc_notationssetnameditem1.xml deleted file mode 100644 index 575b80b..0000000 --- a/test/testcases/tests/level1/core/hc_notationssetnameditem1.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - -hc_notationssetnameditem1 -Curt Arnold - -An attempt to add an element to the named node map returned by notations should -result in a NO_MODIFICATION_ERR or HIERARCHY_REQUEST_ERR. - -2004-01-11 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/hc_notationssetnameditem1.xml.notimpl b/test/testcases/tests/level1/core/hc_notationssetnameditem1.xml.notimpl new file mode 100644 index 0000000..575b80b --- /dev/null +++ b/test/testcases/tests/level1/core/hc_notationssetnameditem1.xml.notimpl @@ -0,0 +1,50 @@ + + + + + +hc_notationssetnameditem1 +Curt Arnold + +An attempt to add an element to the named node map returned by notations should +result in a NO_MODIFICATION_ERR or HIERARCHY_REQUEST_ERR. + +2004-01-11 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/nodenotationnodetype.xml b/test/testcases/tests/level1/core/nodenotationnodetype.xml deleted file mode 100644 index c2243d4..0000000 --- a/test/testcases/tests/level1/core/nodenotationnodetype.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - -nodeNotationNodeType -NIST - - The "getNodeType()" method for an Notation Node - returns the constant value 12. - - Retrieve the Notation declaration in the DocumentType - node and invoke the "getNodeType()" method. The method - should return 12. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/nodenotationnodetype.xml.notimpl b/test/testcases/tests/level1/core/nodenotationnodetype.xml.notimpl new file mode 100644 index 0000000..c2243d4 --- /dev/null +++ b/test/testcases/tests/level1/core/nodenotationnodetype.xml.notimpl @@ -0,0 +1,44 @@ + + + + + +nodeNotationNodeType +NIST + + The "getNodeType()" method for an Notation Node + returns the constant value 12. + + Retrieve the Notation declaration in the DocumentType + node and invoke the "getNodeType()" method. The method + should return 12. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/nodeprocessinginstructionsetnodevalue.xml b/test/testcases/tests/level1/core/nodeprocessinginstructionsetnodevalue.xml deleted file mode 100644 index 78f0f65..0000000 --- a/test/testcases/tests/level1/core/nodeprocessinginstructionsetnodevalue.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - -nodeProcessingInstructionSetNodeValue -Curt Arnold - - Setting the nodeValue should change the value returned by - nodeValue and ProcessingInstruction.getData. - -2001-10-21 - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/nodeprocessinginstructionsetnodevalue.xml.notimpl b/test/testcases/tests/level1/core/nodeprocessinginstructionsetnodevalue.xml.notimpl new file mode 100644 index 0000000..78f0f65 --- /dev/null +++ b/test/testcases/tests/level1/core/nodeprocessinginstructionsetnodevalue.xml.notimpl @@ -0,0 +1,43 @@ + + + + + +nodeProcessingInstructionSetNodeValue +Curt Arnold + + Setting the nodeValue should change the value returned by + nodeValue and ProcessingInstruction.getData. + +2001-10-21 + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/notationgetnotationname.xml b/test/testcases/tests/level1/core/notationgetnotationname.xml deleted file mode 100644 index ded685c..0000000 --- a/test/testcases/tests/level1/core/notationgetnotationname.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - -notationGetNotationName -NIST - - Retrieve the notation named "notation1" and access its - name by invoking the "getNodeName()" method inherited - from the Node interface. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/notationgetnotationname.xml.notimpl b/test/testcases/tests/level1/core/notationgetnotationname.xml.notimpl new file mode 100644 index 0000000..ded685c --- /dev/null +++ b/test/testcases/tests/level1/core/notationgetnotationname.xml.notimpl @@ -0,0 +1,43 @@ + + + + + +notationGetNotationName +NIST + + Retrieve the notation named "notation1" and access its + name by invoking the "getNodeName()" method inherited + from the Node interface. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/notationgetpublicid.xml b/test/testcases/tests/level1/core/notationgetpublicid.xml deleted file mode 100644 index 882cc54..0000000 --- a/test/testcases/tests/level1/core/notationgetpublicid.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - -notationGetPublicId -NIST - - Retrieve the notation named "notation1" and access its - public identifier. The string "notation1File" should be - returned. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/notationgetpublicid.xml.notimpl b/test/testcases/tests/level1/core/notationgetpublicid.xml.notimpl new file mode 100644 index 0000000..882cc54 --- /dev/null +++ b/test/testcases/tests/level1/core/notationgetpublicid.xml.notimpl @@ -0,0 +1,40 @@ + + + + + +notationGetPublicId +NIST + + Retrieve the notation named "notation1" and access its + public identifier. The string "notation1File" should be + returned. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/notationgetpublicidnull.xml b/test/testcases/tests/level1/core/notationgetpublicidnull.xml deleted file mode 100644 index 39e23ad..0000000 --- a/test/testcases/tests/level1/core/notationgetpublicidnull.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - -notationGetPublicIdNull -NIST - - The "getPublicId()" method of a Notation node contains - the public identifier associated with the notation, if - one was not specified a null value should be returned. - - Retrieve the notation named "notation2" and access its - public identifier. Since a public identifier was not - specified for this notation, the "getPublicId()" method - should return null. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/notationgetpublicidnull.xml.notimpl b/test/testcases/tests/level1/core/notationgetpublicidnull.xml.notimpl new file mode 100644 index 0000000..39e23ad --- /dev/null +++ b/test/testcases/tests/level1/core/notationgetpublicidnull.xml.notimpl @@ -0,0 +1,45 @@ + + + + + +notationGetPublicIdNull +NIST + + The "getPublicId()" method of a Notation node contains + the public identifier associated with the notation, if + one was not specified a null value should be returned. + + Retrieve the notation named "notation2" and access its + public identifier. Since a public identifier was not + specified for this notation, the "getPublicId()" method + should return null. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/notationgetsystemid.xml b/test/testcases/tests/level1/core/notationgetsystemid.xml deleted file mode 100644 index 04a84ac..0000000 --- a/test/testcases/tests/level1/core/notationgetsystemid.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - -notationGetSystemId -NIST - - The "getSystemId()" method of a Notation node contains - the system identifier associated with the notation, if - one was specified. - - Retrieve the notation named "notation2" and access its - system identifier. The string "notation2File" should be - returned. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/notationgetsystemid.xml.notimpl b/test/testcases/tests/level1/core/notationgetsystemid.xml.notimpl new file mode 100644 index 0000000..04a84ac --- /dev/null +++ b/test/testcases/tests/level1/core/notationgetsystemid.xml.notimpl @@ -0,0 +1,45 @@ + + + + + +notationGetSystemId +NIST + + The "getSystemId()" method of a Notation node contains + the system identifier associated with the notation, if + one was specified. + + Retrieve the notation named "notation2" and access its + system identifier. The string "notation2File" should be + returned. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/notationgetsystemidnull.xml b/test/testcases/tests/level1/core/notationgetsystemidnull.xml deleted file mode 100644 index cf15a2f..0000000 --- a/test/testcases/tests/level1/core/notationgetsystemidnull.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - -notationGetSystemIdNull -NIST - - Retrieve the notation named "notation1" and access its - system identifier. Since a system identifier was not - specified for this notation, the "getSystemId()" method - should return null. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/notationgetsystemidnull.xml.notimpl b/test/testcases/tests/level1/core/notationgetsystemidnull.xml.notimpl new file mode 100644 index 0000000..cf15a2f --- /dev/null +++ b/test/testcases/tests/level1/core/notationgetsystemidnull.xml.notimpl @@ -0,0 +1,41 @@ + + + + + +notationGetSystemIdNull +NIST + + Retrieve the notation named "notation1" and access its + system identifier. Since a system identifier was not + specified for this notation, the "getSystemId()" method + should return null. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/processinginstructiongetdata.xml b/test/testcases/tests/level1/core/processinginstructiongetdata.xml deleted file mode 100644 index 1760419..0000000 --- a/test/testcases/tests/level1/core/processinginstructiongetdata.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - -processinginstructionGetData -NIST - - The "getData()" method returns the content of the - processing instruction. It starts at the first non - white character following the target and ends at the - character immediately preceding the "?>". - - Retrieve the ProcessingInstruction node located - immediately after the prolog. Create a nodelist of the - child nodes of this document. Invoke the "getData()" - method on the first child in the list. This should - return the content of the ProcessingInstruction. - -Mary Brady -2001-08-17 - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/processinginstructiongetdata.xml.notimpl b/test/testcases/tests/level1/core/processinginstructiongetdata.xml.notimpl new file mode 100644 index 0000000..1760419 --- /dev/null +++ b/test/testcases/tests/level1/core/processinginstructiongetdata.xml.notimpl @@ -0,0 +1,43 @@ + + + + + +processinginstructionGetData +NIST + + The "getData()" method returns the content of the + processing instruction. It starts at the first non + white character following the target and ends at the + character immediately preceding the "?>". + + Retrieve the ProcessingInstruction node located + immediately after the prolog. Create a nodelist of the + child nodes of this document. Invoke the "getData()" + method on the first child in the list. This should + return the content of the ProcessingInstruction. + +Mary Brady +2001-08-17 + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/processinginstructiongettarget.xml b/test/testcases/tests/level1/core/processinginstructiongettarget.xml deleted file mode 100644 index e02e3d6..0000000 --- a/test/testcases/tests/level1/core/processinginstructiongettarget.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - -processinginstructionGetTarget -NIST - - The "getTarget()" method returns the target of the - processing instruction. It is the first token following - the markup that begins the processing instruction. - - Retrieve the ProcessingInstruction node located - immediately after the prolog. Create a nodelist of the - child nodes of this document. Invoke the "getTarget()" - method on the first child in the list. This should - return the target of the ProcessingInstruction. - -Mary Brady -2001-08-17 - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/processinginstructiongettarget.xml.notimpl b/test/testcases/tests/level1/core/processinginstructiongettarget.xml.notimpl new file mode 100644 index 0000000..e02e3d6 --- /dev/null +++ b/test/testcases/tests/level1/core/processinginstructiongettarget.xml.notimpl @@ -0,0 +1,42 @@ + + + + + +processinginstructionGetTarget +NIST + + The "getTarget()" method returns the target of the + processing instruction. It is the first token following + the markup that begins the processing instruction. + + Retrieve the ProcessingInstruction node located + immediately after the prolog. Create a nodelist of the + child nodes of this document. Invoke the "getTarget()" + method on the first child in the list. This should + return the target of the ProcessingInstruction. + +Mary Brady +2001-08-17 + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederr.xml b/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederr.xml deleted file mode 100644 index 8d7ed81..0000000 --- a/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederr.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - -processinginstructionSetDataNoModificationAllowedErr -NIST - - The "setData(data)" method for a processing instruction causes the - DOMException NO_MODIFICATION_ALLOWED_ERR to be raised - if the node is readonly. - - Obtain the children of the THIRD "gender" element. The elements - content is an entity reference. Try to remove the "domestic" attribute - from the entity reference by executing the "setData(data)" method. - This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederr.xml.notimpl b/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederr.xml.notimpl new file mode 100644 index 0000000..8d7ed81 --- /dev/null +++ b/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederr.xml.notimpl @@ -0,0 +1,53 @@ + + + + + +processinginstructionSetDataNoModificationAllowedErr +NIST + + The "setData(data)" method for a processing instruction causes the + DOMException NO_MODIFICATION_ALLOWED_ERR to be raised + if the node is readonly. + + Obtain the children of the THIRD "gender" element. The elements + content is an entity reference. Try to remove the "domestic" attribute + from the entity reference by executing the "setData(data)" method. + This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml b/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml deleted file mode 100644 index 8c99919..0000000 --- a/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - -processinginstructionSetDataNoModificationAllowedErrEE -Curt Arnold - - The "setData(data)" method for a processing instruction causes the - DOMException NO_MODIFICATION_ALLOWED_ERR to be raised - if the node is readonly. - - Create an ent4 entity reference and add to document of the THIRD "gender" element. The elements - content is an entity reference. Try to remove the "domestic" attribute - from the entity reference by executing the "setData(data)" method. - This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown. - -2001-08-21 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml.notimpl b/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml.notimpl new file mode 100644 index 0000000..8c99919 --- /dev/null +++ b/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml.notimpl @@ -0,0 +1,57 @@ + + + + + +processinginstructionSetDataNoModificationAllowedErrEE +Curt Arnold + + The "setData(data)" method for a processing instruction causes the + DOMException NO_MODIFICATION_ALLOWED_ERR to be raised + if the node is readonly. + + Create an ent4 entity reference and add to document of the THIRD "gender" element. The elements + content is an entity reference. Try to remove the "domestic" attribute + from the entity reference by executing the "setData(data)" method. + This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown. + +2001-08-21 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3