diff options
author | Mindy Liu <mindyliu@openoffice.org> | 2003-03-19 05:47:28 +0000 |
---|---|---|
committer | Mindy Liu <mindyliu@openoffice.org> | 2003-03-19 05:47:28 +0000 |
commit | 5c565743a46631ab06c91a24063e0376c5a6ea1c (patch) | |
tree | 3c43cc90421d1ca044bc0bfcb25ee52328a1d45f /sal/qa/ByteSequence | |
parent | cf9121d6eeecf1aec04e1b76f6ca8fcd489a96de (diff) |
add kTestByte6
Diffstat (limited to 'sal/qa/ByteSequence')
-rw-r--r-- | sal/qa/ByteSequence/Byte_Const.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sal/qa/ByteSequence/Byte_Const.h b/sal/qa/ByteSequence/Byte_Const.h index 2a45cdc9b..3ca4884e3 100644 --- a/sal/qa/ByteSequence/Byte_Const.h +++ b/sal/qa/ByteSequence/Byte_Const.h @@ -33,6 +33,14 @@ sal_Int8 kTestByte4 = -98; sal_Int8 kTestByte5[] = {kTestByte, kTestByte1, kTestByte2, kTestByte3, kTestByte4}; +sal_Int8 kTestByte60 = 56; +sal_Int8 kTestByte61 = -1; +sal_Int8 kTestByte62 = -23; +sal_Int8 kTestByte63 = 21; +sal_Int8 kTestByte64 = -128; +sal_Int8 kTestByte65 = 127; +sal_Int8 kTestByte6[] = {kTestByte60, kTestByte61, kTestByte62, kTestByte63, kTestByte64, kTestByte65}; + //------------------------------------------------------------------------ char kTestChar = 45; |