From 464f187bfc4cdd04dc09041ddec56df1e5597d1d Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 Dec 2010 12:01:07 +0000 Subject: Remove vestigial domts C file and mark all known failures so test suite for level1/core passes svn path=/trunk/dom/; revision=10998 --- ...aracterdatadeletedatagetlengthanddata.xml.kfail | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 test/testcases/tests/level1/core/hc_characterdatadeletedatagetlengthanddata.xml.kfail (limited to 'test/testcases/tests/level1/core/hc_characterdatadeletedatagetlengthanddata.xml.kfail') diff --git a/test/testcases/tests/level1/core/hc_characterdatadeletedatagetlengthanddata.xml.kfail b/test/testcases/tests/level1/core/hc_characterdatadeletedatagetlengthanddata.xml.kfail new file mode 100644 index 0000000..b241f9f --- /dev/null +++ b/test/testcases/tests/level1/core/hc_characterdatadeletedatagetlengthanddata.xml.kfail @@ -0,0 +1,54 @@ + + + + + +hc_characterdataDeleteDataGetLengthAndData +Curt Arnold + + On successful invocation of the "deleteData(offset,count)" + method, the "getData()" and "getLength()" methods reflect + the changes. + + Retrieve the character data from the last child of the + first employee. The "deleteData(offset,count)" + method is then called with offset=30 and count=5. + The method should delete the characters from position + 30 thru position 35. The new value of the character data + should be "1230 North Ave. Dallas, Texas" which is + returned by the "getData()" method and "getLength()" + method should return 30". + + +2002-06-09 + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3