diff options
-rw-r--r-- | .metadata.txt | 7 | ||||
-rw-r--r-- | ExpectedOutput.txt | 15 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 3 insertions, 21 deletions
diff --git a/.metadata.txt b/.metadata.txt deleted file mode 100644 index 4ff67c8..0000000 --- a/.metadata.txt +++ /dev/null @@ -1,7 +0,0 @@ -CVTUTF7.C 2002-09-20 15:27 -CVTUTF7.H 2002-09-20 15:27 -ConvertUTF.c 2002-09-20 15:27 -ConvertUTF.h 2002-09-20 15:27 -ExpectedOutput.txt 2002-09-20 15:27 -harness.c 2002-09-20 15:27 -readme.txt 2002-09-20 15:27 diff --git a/ExpectedOutput.txt b/ExpectedOutput.txt index a1b7739..cf13a6a 100644 --- a/ExpectedOutput.txt +++ b/ExpectedOutput.txt @@ -1,9 +1,6 @@ Three tests of round-trip conversions will be performed. -Notes: - Six illegal result messages are expected, three in test 02A and - three in test 03A. These are for tests of Surrogate conversion and - some non-characters. Three lines indicating success without error - should also be printed, one for each of the three tests. +Two illegal result messages are expected; one in test 02A; one in test 03A. +These are for tests of Surrogate conversion. Begin Test01 ******** Test01 succeeded without error. ******** @@ -11,18 +8,10 @@ Begin Test01 Begin Test02 Test02A for 55296, input 0000d800, output 0000,0000, result 3 !!! Test02A: note expected illegal result for 0x0000D800 -sourceIllegal Test02A for 65534, input 0000fffe, output 0000,0000, result 3 -!!! Test02A: note expected illegal result for 0x0000FFFE -sourceIllegal Test02A for 65535, input 0000ffff, output 0000,0000, result 3 -!!! Test02A: note expected illegal result for 0x0000FFFF ******** Test02 succeeded without error. ******** Begin Test03 sourceIllegal Test03A for 55296 (0xd800); output ; result 3 !!! Test03A: note expected illegal result for 0x0000D800 -sourceIllegal Test03A for 65534 (0xfffe); output ; result 3 -!!! Test03A: note expected illegal result for 0x0000FFFE -sourceIllegal Test03A for 65535 (0xffff); output ; result 3 -!!! Test03A: note expected illegal result for 0x0000FFFF ******** Test03 succeeded without error. ******** @@ -26,5 +26,5 @@ Please submit any bug reports about these programs here: Version 1.0: initial version. Version 1.1: corrected some minor problems; added stricter checks. -Last update: September 19, 2002 +Last update: July 3, 2003 |