From 0c2eab743266c4cdd689c3361175b8455fedb9ae Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 23 Mar 2012 18:48:55 +0000 Subject: More working (or at least running) tests svn path=/trunk/libdom/; revision=13564 --- .../tests/level1/core/nodeclonenodetrue.xml.kfail | 83 ---------------------- 1 file changed, 83 deletions(-) delete mode 100644 test/testcases/tests/level1/core/nodeclonenodetrue.xml.kfail (limited to 'test/testcases/tests/level1/core/nodeclonenodetrue.xml.kfail') diff --git a/test/testcases/tests/level1/core/nodeclonenodetrue.xml.kfail b/test/testcases/tests/level1/core/nodeclonenodetrue.xml.kfail deleted file mode 100644 index 812e235..0000000 --- a/test/testcases/tests/level1/core/nodeclonenodetrue.xml.kfail +++ /dev/null @@ -1,83 +0,0 @@ - - - - - -nodeCloneNodeTrue -NIST - - The "cloneNode(deep)" method returns a copy of the node - and the subtree under it if deep=true. - - Retrieve the second employee and invoke the - "cloneNode(deep)" method with deep=true. The - method should clone this node and the subtree under it. - The NodeName of each child in the returned node is - checked to insure the entire subtree under the second - employee was cloned. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - -"#text" -"employeeId" -"#text" -"name" -"#text" -"position" -"#text" -"salary" -"#text" -"gender" -"#text" -"address" -"#text" - - -"employeeId" -"name" -"position" -"salary" -"gender" -"address" - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3