glens 2002/06/12 01:23:36
Modified: src/testcases/org/apache/poi/hssf/data evencontinuation.txt
richtextdata.txt stringacross2continuations.txt
Removed: src/testcases/org/apache/poi/hssf/data
stringacross2continuationsCR1.txt
stringacross2continuationsCR2.txt
Log:
Refinement of test data
Revision Changes Path
1.3 +2 -0
jakarta-poi/src/testcases/org/apache/poi/hssf/data/evencontinuation.txt
Index: evencontinuation.txt
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/testcases/org/apache/poi/hssf/data/evencontinuation.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- evencontinuation.txt 9 Jun 2002 12:48:34 -0000 1.2
+++ evencontinuation.txt 12 Jun 2002 08:23:36 -0000 1.3
@@ -1,3 +1,4 @@
+[header]
14 00 # String length 0x14=20
01 # Option flag, 16bit
# String: At a dinner party or
@@ -6,6 +7,7 @@
72 00 20 00 70 00 61 00 72 00
74 00 79 00 20 00 6F 00 72 00
+[continue1]
# Continuation record (new string on the boundry)
11 00 # String length 0x11=17
00 # Option flag, 8bit
1.3 +2 -0
jakarta-poi/src/testcases/org/apache/poi/hssf/data/richtextdata.txt
Index: richtextdata.txt
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/testcases/org/apache/poi/hssf/data/richtextdata.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- richtextdata.txt 9 Jun 2002 12:48:34 -0000 1.2
+++ richtextdata.txt 12 Jun 2002 08:23:36 -0000 1.3
@@ -1,3 +1,4 @@
+[header]
1D 00 # String length 0x1b=29
09 # Option flag, rich text + 16bit
02 00 # Formatting runs
@@ -7,6 +8,7 @@
72 00 20 00 70 00 61 00 72 00
74 00 79 00 20 00 6F 00 72 00
+[continue1]
# Continuation record
00 # option flag
1.3 +20 -0
jakarta-poi/src/testcases/org/apache/poi/hssf/data/stringacross2continuations.txt
Index: stringacross2continuations.txt
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/testcases/org/apache/poi/hssf/data/stringacross2continuations.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stringacross2continuations.txt 9 Jun 2002 12:48:34 -0000 1.2
+++ stringacross2continuations.txt 12 Jun 2002 08:23:36 -0000 1.3
@@ -1,3 +1,4 @@
+[header]
14 00 # String length 0x14=20
01 # Option flag, 16bit
# String: At a dinner party or
@@ -5,3 +6,22 @@
64 00 69 00 6E 00 6E 00 65 00
72 00 20 00 70 00 61 00 72 00
74 00 79 00 20 00 6F 00 72 00
+
+[continue1]
+# Continuation record
+22 00 # String length 0x11=17
+00 # Option flag, 8bit
+# String: At a dinner party
+41 74 20 61 20
+64 69 6E 6E 65
+72 20 70 61 72
+74 79
+
+[continue2]
+# Continuation record
+00 # option flag
+# String: At a dinner party
+41 74 20 61 20
+64 69 6E 6E 65
+72 20 70 61 72
+74 79
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>