From e4c9d2859262d966f638cc68ca79f2a65cd3b438 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 --- ...terdatareplacedataexceedslengthofdata.xml.kfail | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 test/testcases/tests/level1/core/characterdatareplacedataexceedslengthofdata.xml.kfail (limited to 'test/testcases/tests/level1/core/characterdatareplacedataexceedslengthofdata.xml.kfail') diff --git a/test/testcases/tests/level1/core/characterdatareplacedataexceedslengthofdata.xml.kfail b/test/testcases/tests/level1/core/characterdatareplacedataexceedslengthofdata.xml.kfail deleted file mode 100644 index 1f99d88..0000000 --- a/test/testcases/tests/level1/core/characterdatareplacedataexceedslengthofdata.xml.kfail +++ /dev/null @@ -1,46 +0,0 @@ - - - - - -characterdataReplaceDataExceedsLengthOfData -NIST - - If the sum of the offset and count exceeds the length then - all the characters to the end of the data are replaced. - - Retrieve the character data from the last child of the - first employee. The "replaceData(offset,count,arg)" - method is then called with offset=0 and count=50 and - arg="2600". The method should replace all the characters - with "2600". This is because the sum of the offset and - count exceeds the length of the character data. - -Mary Brady -2001-08-17 - - - - - - - - - - - - - - - - -- cgit v1.2.3