Commit Graph

75 Commits

Author SHA1 Message Date
Ram Viswanadha
4458f53dc1 ICU-329 update tests after first take on adding better error reporting with UParseError struct.
X-SVN-Rev: 5474
2001-08-16 00:58:53 +00:00
Vladimir Weinstein
909e2b4644 ICU-1083 Surrogates handling in collation - test
X-SVN-Rev: 5457
2001-08-10 22:02:31 +00:00
George Rhoten
c4cc4f56ea ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5148
2001-06-29 22:54:56 +00:00
George Rhoten
07f1fa1ef1 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 5107
2001-06-27 01:19:04 +00:00
Vladimir Weinstein
afb8c28b80 ICU-1002 added variable top tests ALSO added a dormant limitations test
X-SVN-Rev: 5101
2001-06-26 22:26:13 +00:00
Vladimir Weinstein
38fe598025 ICU-1005 improved code coverage for BOCSU. Made compose/decompose test faster
X-SVN-Rev: 5065
2001-06-22 18:35:01 +00:00
George Rhoten
68f03c53d0 ICU-961 Don't declare a UChar with 'A'. Declare it as 0x0041 for EBCDIC machines
X-SVN-Rev: 4938
2001-06-11 18:38:05 +00:00
Vladimir Weinstein
29065f53ea ICU-96 checking whether any of ICU tailoring sets jamo special flag (none should)
X-SVN-Rev: 4927
2001-06-09 01:23:05 +00:00
George Rhoten
e26f0d5676 ICU-961 Forgot to fix the other UCOL_DEFAULT_NORMALIZATION for as/400
X-SVN-Rev: 4923
2001-06-08 16:24:55 +00:00
Vladimir Weinstein
380f28a1c9 ICU-96 one more test
X-SVN-Rev: 4922
2001-06-08 06:11:03 +00:00
Syn Wee Quek
62f2fc9fd7 ICU-96
Added weird expansion rule test TestExpansion.
It is currently disabled.

X-SVN-Rev: 4918
2001-06-08 02:11:28 +00:00
Vladimir Weinstein
8cf3fe9370 ICU-96 fixed some compiler warnings
X-SVN-Rev: 4901
2001-06-06 20:48:57 +00:00
Vladimir Weinstein
c5893f84ac ICU-96 updated and added tests
X-SVN-Rev: 4900
2001-06-06 20:38:43 +00:00
Vladimir Weinstein
27d7ed1627 ICU-96 some fixes - need to be finished (hi got broken)
X-SVN-Rev: 4887
2001-06-05 22:52:56 +00:00
Syn Wee Quek
c3fae5bd05 ICU-96 Added weird contraction tests.
X-SVN-Rev: 4885
2001-06-05 18:09:06 +00:00
George Rhoten
528d871cbf ICU-597 Changed UCOL_DEFAULT back to UCOL_DEFAULT_NORMALIZATION, since it now works.
as/400 has a big problem with these enum types.

X-SVN-Rev: 4844
2001-05-31 17:27:44 +00:00
Vladimir Weinstein
5094d259d3 ICU-96 test for instantiating collator from UCARules
X-SVN-Rev: 4840
2001-05-31 06:07:06 +00:00
George Rhoten
9818a6b588 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4830
2001-05-30 16:09:09 +00:00
Vladimir Weinstein
453554cb1e ICU-96 C++ comments in C file removed
X-SVN-Rev: 4829
2001-05-30 15:13:04 +00:00
Vladimir Weinstein
9482758ade ICU-96 finally correct case bit calculation, fixed before postpone handling, added some tests. Hopefully the last code commit for 1.8.1
X-SVN-Rev: 4828
2001-05-29 22:53:07 +00:00
Vladimir Weinstein
caf86ab4fa ICU-96 removed C++ comments from a C file
X-SVN-Rev: 4822
2001-05-28 20:32:29 +00:00
Vladimir Weinstein
48edd98921 ICU-96 Added Lotus rules. Fixed tertiary strength generation. Fixed caching resets in tailoring generation. Added test for Korean.
X-SVN-Rev: 4815
2001-05-26 05:33:48 +00:00
Syn Wee Quek
dda0452881 ICU-96
Added tests for testing compression overlapping.

X-SVN-Rev: 4811
2001-05-25 22:00:24 +00:00
Andy Heninger
d056250053 ICU-880 Normalization fixes for strings containing null chars.
X-SVN-Rev: 4804
2001-05-25 19:30:01 +00:00
Vladimir Weinstein
2e31e124f9 ICU-96 more tests
X-SVN-Rev: 4787
2001-05-24 22:37:38 +00:00
George Rhoten
77f85d78dc ICU-900 Undo the last fix for the some compiler warnings on Solaris. It's an API error.
X-SVN-Rev: 4767
2001-05-22 22:54:43 +00:00
George Rhoten
862e4af175 ICU-900 Fixed some compiler warnings on Solaris
X-SVN-Rev: 4765
2001-05-22 22:39:11 +00:00
Vladimir Weinstein
6945e44e93 ICU-96 NO C++ comments in C file
X-SVN-Rev: 4764
2001-05-22 22:37:06 +00:00
Vladimir Weinstein
27f3171b91 ICU-96 Wrong test file was commited
X-SVN-Rev: 4763
2001-05-22 22:33:13 +00:00
Vladimir Weinstein
152b11f484 ICU-96 Hangul tailoring fix, different case bit function, added comments to strcoll
X-SVN-Rev: 4761
2001-05-22 22:26:58 +00:00
Vladimir Weinstein
ccbff762f2 ICU-96 Enabled redundant tailoring test
X-SVN-Rev: 4723
2001-05-18 23:49:26 +00:00
George Rhoten
498a0a7e85 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4719
2001-05-18 20:53:01 +00:00
Vladimir Weinstein
97fdbd140f ICU-96 fixed bad merge
X-SVN-Rev: 4710
2001-05-18 15:19:08 +00:00
Vladimir Weinstein
b390361067 ICU-96 More tests
X-SVN-Rev: 4709
2001-05-17 23:16:34 +00:00
Andy Heninger
51854ca791 ICU-880 Added tests for incremental normalization
X-SVN-Rev: 4706
2001-05-17 23:09:35 +00:00
Vladimir Weinstein
f954413b19 ICU-96 returned TestComposeDecompose
X-SVN-Rev: 4673
2001-05-15 17:40:24 +00:00
Vladimir Weinstein
f5ce3edcc4 ICU-96 Temporarily disable compose decompose test until I fix canonical closure
X-SVN-Rev: 4648
2001-05-10 22:41:58 +00:00
Vladimir Weinstein
cfb74ba997 ICU-96 Just a fix for inverse table lookup - two bits need real testing
X-SVN-Rev: 4647
2001-05-10 22:35:33 +00:00
George Rhoten
0700ec1465 ICU-567 Don't use stack buffers larger than 32K on the Mac,
and clean up the rest of the memory that was allocated in TestComposeDecompose

X-SVN-Rev: 4628
2001-05-08 23:38:16 +00:00
George Rhoten
18e85ccfc0 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4600
2001-05-04 00:02:24 +00:00
Vladimir Weinstein
947b617e64 ICU-96 [before [1|2|3]] option implemented
X-SVN-Rev: 4581
2001-05-02 05:05:06 +00:00
Vladimir Weinstein
1d88e9ff38 ICU-96 added regression tests for some bugs (784, 815, 831) - didn't made it in the first commit
X-SVN-Rev: 4574
2001-04-30 19:11:32 +00:00
Vladimir Weinstein
aeeb9d1600 ICU-96 Changed constants in tests
X-SVN-Rev: 4540
2001-04-24 05:16:04 +00:00
Vladimir Weinstein
1a93fb72a7 ICU-96 more tests!
X-SVN-Rev: 4529
2001-04-23 03:50:15 +00:00
Vladimir Weinstein
971dd8075c ICU-96 compose/decompose test, test fixes, more information
X-SVN-Rev: 4512
2001-04-19 19:01:39 +00:00
Vladimir Weinstein
5dac29c154 ICU-96 more tests and test fixes
X-SVN-Rev: 4475
2001-04-13 00:05:42 +00:00
Andy Heninger
bed84e98b8 ICU-880 strcoll: incremental FCD check and no precalc of length
of null terminated strings

X-SVN-Rev: 4460
2001-04-06 23:37:48 +00:00
Vladimir Weinstein
8299aa2449 ICU-96 more tests
X-SVN-Rev: 4459
2001-04-06 22:54:29 +00:00
Vladimir Weinstein
c10181baeb ICU-96 fix for variable top in tailorings + more tests
X-SVN-Rev: 4453
2001-04-05 22:48:23 +00:00
Vladimir Weinstein
d7b5b8a6c7 ICU-96 some tests for UCA alignment
X-SVN-Rev: 4448
2001-04-04 23:44:22 +00:00