From cf72f59cc342f98eb2322689d59e8d5c2462f965 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 11 Sep 2012 13:00:36 +0100 Subject: Fix tests and disable test cases where we don't match in signedness. --- .../nodeinsertbeforenewchildexists.xml.int-broken | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 test/testcases/tests/level1/core/nodeinsertbeforenewchildexists.xml.int-broken (limited to 'test/testcases/tests/level1/core/nodeinsertbeforenewchildexists.xml.int-broken') diff --git a/test/testcases/tests/level1/core/nodeinsertbeforenewchildexists.xml.int-broken b/test/testcases/tests/level1/core/nodeinsertbeforenewchildexists.xml.int-broken new file mode 100644 index 0000000..c202d0f --- /dev/null +++ b/test/testcases/tests/level1/core/nodeinsertbeforenewchildexists.xml.int-broken @@ -0,0 +1,89 @@ + + + + + +nodeInsertBeforeNewChildExists +NIST + + If the "newChild" is already in the tree, the + "insertBefore(newChild,refChild)" method must first + remove it before the insertion takes place. + + Insert a node Element ("employeeId") that is already + present in the tree. The existing node should be + removed first and the new one inserted. The node is + inserted at a different position in the tree to assure + that it was indeed inserted. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + +"#text" +"#text" +"name" +"#text" +"position" +"#text" +"salary" +"#text" +"gender" +"#text" +"employeeId" +"address" +"#text" + + +"name" +"position" +"salary" +"gender" +"employeeId" +"address" + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3