From 7608ecd1a91fd50a67e2b392da1f99e3b71ee70d Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 23 Mar 2012 18:21:14 +0000 Subject: Turn on some more working tests svn path=/trunk/libdom/; revision=13562 --- .../tests/level1/core/attrnotspecifiedvalue.xml | 48 ++++++++++++++++++++++ .../level1/core/attrnotspecifiedvalue.xml.kfail | 48 ---------------------- .../tests/level1/core/attrremovechild1.xml | 45 ++++++++++++++++++++ .../tests/level1/core/attrremovechild1.xml.kfail | 45 -------------------- .../tests/level1/core/attrreplacechild1.xml | 47 +++++++++++++++++++++ .../tests/level1/core/attrreplacechild1.xml.kfail | 47 --------------------- 6 files changed, 140 insertions(+), 140 deletions(-) create mode 100644 test/testcases/tests/level1/core/attrnotspecifiedvalue.xml delete mode 100644 test/testcases/tests/level1/core/attrnotspecifiedvalue.xml.kfail create mode 100644 test/testcases/tests/level1/core/attrremovechild1.xml delete mode 100644 test/testcases/tests/level1/core/attrremovechild1.xml.kfail create mode 100644 test/testcases/tests/level1/core/attrreplacechild1.xml delete mode 100644 test/testcases/tests/level1/core/attrreplacechild1.xml.kfail (limited to 'test/testcases') diff --git a/test/testcases/tests/level1/core/attrnotspecifiedvalue.xml b/test/testcases/tests/level1/core/attrnotspecifiedvalue.xml new file mode 100644 index 0000000..3d78bd7 --- /dev/null +++ b/test/testcases/tests/level1/core/attrnotspecifiedvalue.xml @@ -0,0 +1,48 @@ + + + + + +attrNotSpecifiedValue +NIST + + The "getSpecified()" method for an Attr node should + be set to false if the attribute was not explicitly given + a value. + Retrieve the attribute named "street" from the last + child of of the first employee and examine the value + returned by the "getSpecified()" method. This test uses + the "getNamedItem(name)" method from the NamedNodeMap + interface. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/attrnotspecifiedvalue.xml.kfail b/test/testcases/tests/level1/core/attrnotspecifiedvalue.xml.kfail deleted file mode 100644 index 3d78bd7..0000000 --- a/test/testcases/tests/level1/core/attrnotspecifiedvalue.xml.kfail +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -attrNotSpecifiedValue -NIST - - The "getSpecified()" method for an Attr node should - be set to false if the attribute was not explicitly given - a value. - Retrieve the attribute named "street" from the last - child of of the first employee and examine the value - returned by the "getSpecified()" method. This test uses - the "getNamedItem(name)" method from the NamedNodeMap - interface. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/attrremovechild1.xml b/test/testcases/tests/level1/core/attrremovechild1.xml new file mode 100644 index 0000000..b7be293 --- /dev/null +++ b/test/testcases/tests/level1/core/attrremovechild1.xml @@ -0,0 +1,45 @@ + + + + + +attrremovechild1 +Curt Arnold + +Removing a child node from an attribute in an entity reference +should result in an NO_MODIFICATION_ALLOWED_ERR DOMException. + +2004-01-01 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/attrremovechild1.xml.kfail b/test/testcases/tests/level1/core/attrremovechild1.xml.kfail deleted file mode 100644 index b7be293..0000000 --- a/test/testcases/tests/level1/core/attrremovechild1.xml.kfail +++ /dev/null @@ -1,45 +0,0 @@ - - - - - -attrremovechild1 -Curt Arnold - -Removing a child node from an attribute in an entity reference -should result in an NO_MODIFICATION_ALLOWED_ERR DOMException. - -2004-01-01 - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/core/attrreplacechild1.xml b/test/testcases/tests/level1/core/attrreplacechild1.xml new file mode 100644 index 0000000..e6d5a20 --- /dev/null +++ b/test/testcases/tests/level1/core/attrreplacechild1.xml @@ -0,0 +1,47 @@ + + + + + +attrreplacechild1 +Curt Arnold + +Replacing a child node from an attribute in an entity reference +should result in an NO_MODIFICATION_ALLOWED_ERR DOMException. + +2004-01-01 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/core/attrreplacechild1.xml.kfail b/test/testcases/tests/level1/core/attrreplacechild1.xml.kfail deleted file mode 100644 index e6d5a20..0000000 --- a/test/testcases/tests/level1/core/attrreplacechild1.xml.kfail +++ /dev/null @@ -1,47 +0,0 @@ - - - - - -attrreplacechild1 -Curt Arnold - -Replacing a child node from an attribute in an entity reference -should result in an NO_MODIFICATION_ALLOWED_ERR DOMException. - -2004-01-01 - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3