From 83bc8f09261fb4d265cc79d39e740b4a0c9648e2 Mon Sep 17 00:00:00 2001 From: James Shaw Date: Fri, 28 Sep 2007 23:41:30 +0000 Subject: Stub out all test templates. Remove all previous tests. svn path=/trunk/dom/; revision=3602 --- test/xml/tests/attrcreatedocumentfragment.xml | 51 --------------------- test/xml/tests/attreffectivevalue.xml | 44 ------------------ test/xml/tests/attrentityreplacement.xml | 48 -------------------- test/xml/tests/attrname.xml | 47 ------------------- test/xml/tests/attrnextsiblingnull.xml | 44 ------------------ test/xml/tests/documentcreateattribute.xml | 45 ------------------- test/xml/tests/documentcreateelement.xml | 44 ------------------ test/xml/tests/documentcreatetextnode.xml | 43 ------------------ test/xml/tests/documentgetdoctype.xml | 49 -------------------- test/xml/tests/nodegetfirstchildnull.xml | 52 ---------------------- test/xml/tests/nodegetlastchildnull.xml | 52 ---------------------- test/xml/tests/nodegetnextsiblingnull.xml | 48 -------------------- test/xml/tests/nodegetownerdocument.xml | 50 --------------------- test/xml/tests/nodegetownerdocumentnull.xml | 31 ------------- test/xml/tests/nodeinsertbeforerefchildnull.xml | 52 ---------------------- .../tests/nodelistindexgetlengthofemptylist.xml | 47 ------------------- test/xml/tests/nodeparentnode.xml | 47 ------------------- 17 files changed, 794 deletions(-) delete mode 100644 test/xml/tests/attrcreatedocumentfragment.xml delete mode 100644 test/xml/tests/attreffectivevalue.xml delete mode 100644 test/xml/tests/attrentityreplacement.xml delete mode 100644 test/xml/tests/attrname.xml delete mode 100644 test/xml/tests/attrnextsiblingnull.xml delete mode 100644 test/xml/tests/documentcreateattribute.xml delete mode 100644 test/xml/tests/documentcreateelement.xml delete mode 100644 test/xml/tests/documentcreatetextnode.xml delete mode 100644 test/xml/tests/documentgetdoctype.xml delete mode 100644 test/xml/tests/nodegetfirstchildnull.xml delete mode 100644 test/xml/tests/nodegetlastchildnull.xml delete mode 100644 test/xml/tests/nodegetnextsiblingnull.xml delete mode 100644 test/xml/tests/nodegetownerdocument.xml delete mode 100644 test/xml/tests/nodegetownerdocumentnull.xml delete mode 100644 test/xml/tests/nodeinsertbeforerefchildnull.xml delete mode 100644 test/xml/tests/nodelistindexgetlengthofemptylist.xml delete mode 100644 test/xml/tests/nodeparentnode.xml (limited to 'test/xml') diff --git a/test/xml/tests/attrcreatedocumentfragment.xml b/test/xml/tests/attrcreatedocumentfragment.xml deleted file mode 100644 index b07b191..0000000 --- a/test/xml/tests/attrcreatedocumentfragment.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - -attrCreateDocumentFragment -NIST - - Attr nodes may be associated with Element nodes contained within a DocumentFragment. - Create a new DocumentFragment and add a newly created Element node(with one attribute). - Once the element is added, its attribute should be available as an attribute associated - with an Element within a DocumentFragment. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/attreffectivevalue.xml b/test/xml/tests/attreffectivevalue.xml deleted file mode 100644 index dbda4da..0000000 --- a/test/xml/tests/attreffectivevalue.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - -attrEffectiveValue -NIST - - If an Attr is explicitly assigned any value, then that value is the attributes effective value. - Retrieve the attribute named "domestic" from the last child of of the first employee - and examine its nodeValue attribute. This test uses the "getNamedItem(name)" method - from the NamedNodeMap interface. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/attrentityreplacement.xml b/test/xml/tests/attrentityreplacement.xml deleted file mode 100644 index d8fd431..0000000 --- a/test/xml/tests/attrentityreplacement.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -attrEntityReplacement -NIST - - The "getValue()" method will return the value of the - attribute as a string. The general entity references - are replaced with their values. - Retrieve the attribute named "street" from the last - child of of the fourth employee and examine the string - returned by the "getValue()" method. The value should - be set to "Yes" after the EntityReference is - replaced with its value. This test uses the - "getNamedItem(name)" method from the NamedNodeMap - interface. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/attrname.xml b/test/xml/tests/attrname.xml deleted file mode 100644 index 9243905..0000000 --- a/test/xml/tests/attrname.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - -attrName -NIST - - The getNodeName() method of an Attribute node. - Retrieve the attribute named street from the last - child of of the second employee and examine its - NodeName. This test uses the getNamedItem(name) method from the NamedNodeMap - interface. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/attrnextsiblingnull.xml b/test/xml/tests/attrnextsiblingnull.xml deleted file mode 100644 index d425671..0000000 --- a/test/xml/tests/attrnextsiblingnull.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - -attrNextSiblingNull -NIST - -The "getNextSibling()" method for an Attr node should return null. -Retrieve the attribute named "domestic" from the last child of of the -first employee and examine its NextSibling node. This test uses the -"getNamedItem(name)" method from the NamedNodeMap interface. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/documentcreateattribute.xml b/test/xml/tests/documentcreateattribute.xml deleted file mode 100644 index d34e97a..0000000 --- a/test/xml/tests/documentcreateattribute.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - -documentCreateAttribute -NIST - - The "createAttribute(name)" method creates an Attribute - node of the given name. - - Retrieve the entire DOM document and invoke its - "createAttribute(name)" method. It should create a - new Attribute node with the given name. The name, value - and type of the newly created object are retrieved and - output. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/documentcreateelement.xml b/test/xml/tests/documentcreateelement.xml deleted file mode 100644 index 9139ad2..0000000 --- a/test/xml/tests/documentcreateelement.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - -documentCreateElement -NIST - - The "createElement(tagName)" method creates an Element - of the type specified. - Retrieve the entire DOM document and invoke its - "createElement(tagName)" method with tagName="address". - The method should create an instance of an Element node - whose tagName is "address". The NodeName, NodeType - and NodeValue are returned. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/documentcreatetextnode.xml b/test/xml/tests/documentcreatetextnode.xml deleted file mode 100644 index b583e12..0000000 --- a/test/xml/tests/documentcreatetextnode.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - -documentCreateTextNode -NIST - - The "createTextNode(data)" method creates a Text node - given the specfied string. - Retrieve the entire DOM document and invoke its - "createTextNode(data)" method. It should create a - new Text node whose "data" is the specified string. - The NodeName and NodeType are also checked. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/documentgetdoctype.xml b/test/xml/tests/documentgetdoctype.xml deleted file mode 100644 index 655d6f1..0000000 --- a/test/xml/tests/documentgetdoctype.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -documentGetDocType -NIST - - The "getDoctype()" method returns the Document - Type Declaration associated with this document. - Retrieve the entire DOM document and invoke its - "getDoctype()" method. The name of the document - type should be returned. The "getName()" method - should be equal to "staff" or "svg". - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/nodegetfirstchildnull.xml b/test/xml/tests/nodegetfirstchildnull.xml deleted file mode 100644 index cd67a6f..0000000 --- a/test/xml/tests/nodegetfirstchildnull.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -nodeGetFirstChildNull -NIST - - - If there is not a first child then the "getFirstChild()" - - method returns null. - - - - Retrieve the Text node form the second child of the first - - employee and invoke the "getFirstChild()" method. It - - should return null. - - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/nodegetlastchildnull.xml b/test/xml/tests/nodegetlastchildnull.xml deleted file mode 100644 index f493e1c..0000000 --- a/test/xml/tests/nodegetlastchildnull.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -nodeGetLastChildNull -NIST - - - If there is not a last child then the "getLastChild()" - - method returns null. - - - - Retrieve the Text node from the second child of the first - - employee and invoke the "getLastChild()" method. It - - should return null. - - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/nodegetnextsiblingnull.xml b/test/xml/tests/nodegetnextsiblingnull.xml deleted file mode 100644 index b9ab799..0000000 --- a/test/xml/tests/nodegetnextsiblingnull.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -nodeGetNextSiblingNull -NIST - - - If there is not a node immediately following this node the - - "getNextSibling()" method returns null. - - - - Retrieve the first child of the second employee and - - invoke the "getNextSibling()" method. It should - - be set to null. - - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - diff --git a/test/xml/tests/nodegetownerdocument.xml b/test/xml/tests/nodegetownerdocument.xml deleted file mode 100644 index 414a607..0000000 --- a/test/xml/tests/nodegetownerdocument.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - -nodeGetOwnerDocument -NIST - - The "getOwnerDocument()" method returns the Document - object associated with this node. - - Retrieve the second employee and examine Document - returned by the "getOwnerDocument()" method. Invoke - the "getDocumentElement()" on the Document which will - return an Element that is equal to "staff". - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/nodegetownerdocumentnull.xml b/test/xml/tests/nodegetownerdocumentnull.xml deleted file mode 100644 index ca50949..0000000 --- a/test/xml/tests/nodegetownerdocumentnull.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - -nodeGetOwnerDocumentNull -NIST - - The "getOwnerDocument()" method returns null if the target - node itself is a document. - -Mary Brady -2001-08-17 - - - - - - - - diff --git a/test/xml/tests/nodeinsertbeforerefchildnull.xml b/test/xml/tests/nodeinsertbeforerefchildnull.xml deleted file mode 100644 index a104b02..0000000 --- a/test/xml/tests/nodeinsertbeforerefchildnull.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -nodeInsertBeforeRefChildNull -NIST - - If the "refChild" is null then the - "insertBefore(newChild,refChild)" method inserts the - node "newChild" at the end of the list of children. - - Retrieve the second employee and invoke the - "insertBefore(newChild,refChild)" method with - refChild=null. Since "refChild" is null the "newChild" - should be added to the end of the list. The last item - in the list is checked after insertion. The last Element - node of the list should be "newChild". - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/nodelistindexgetlengthofemptylist.xml b/test/xml/tests/nodelistindexgetlengthofemptylist.xml deleted file mode 100644 index f33c17b..0000000 --- a/test/xml/tests/nodelistindexgetlengthofemptylist.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - -nodelistIndexGetLengthOfEmptyList -NIST - - The "getLength()" method returns the number of nodes - in the list.(Test for EMPTY list) - - Create a list of all the children of the Text node - inside the first child of the third employee and - invoke the "getLength()" method. It should contain - the value 0. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - diff --git a/test/xml/tests/nodeparentnode.xml b/test/xml/tests/nodeparentnode.xml deleted file mode 100644 index 1984a7b..0000000 --- a/test/xml/tests/nodeparentnode.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - -nodeParentNode -NIST - - The "getParentNode()" method returns the parent - of this node. - - Retrieve the second employee and invoke the - "getParentNode()" method on this node. It should - be set to "staff". - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3