Commit Graph

2593 Commits

Author SHA1 Message Date
Ram Viswanadha
10fcd482fc ICU-2713 Test for unescaping bug
X-SVN-Rev: 11061
2003-02-15 01:34:50 +00:00
Alan Liu
95631523ed ICU-2350 added test for constructor and applyPattern() method taking option bitmask to support case-insensitive patterns
X-SVN-Rev: 11052
2003-02-14 21:18:41 +00:00
Vladimir Weinstein
98f8e51686 ICU-2711 make all the intltest collation test classes use doTest defined in IntlTestCollator class.
X-SVN-Rev: 11042
2003-02-14 07:14:02 +00:00
George Rhoten
6b0ec25200 ICU-2710 Remove obsolete code
X-SVN-Rev: 11041
2003-02-14 01:44:49 +00:00
George Rhoten
cfbdea0e8a ICU-2710 Remove obsolete code
X-SVN-Rev: 11040
2003-02-14 01:33:13 +00:00
Alan Liu
3e3223963e ICU-2350 add test cases
X-SVN-Rev: 11038
2003-02-14 00:11:50 +00:00
Andy Heninger
14da9b81e3 ICU-2422 regexp, free-format support added, some match mode bugs fixed
X-SVN-Rev: 11035
2003-02-13 01:10:22 +00:00
Andy Heninger
2397658197 ICU-2422 regexp, match flag setting options added.
X-SVN-Rev: 11032
2003-02-12 01:28:01 +00:00
Markus Scherer
c7ce296bdc ICU-2657 add a check to verify [:Nd:]==[:Numeric_Type=Decimal:] which is expected to be true in Unicode 4.0
X-SVN-Rev: 11025
2003-02-11 23:25:41 +00:00
Alan Liu
85fdc31af1 ICU-2350 add tests for closeOver()
X-SVN-Rev: 11024
2003-02-11 22:47:28 +00:00
Markus Scherer
fa4d373013 ICU-2657 minor test improvements
X-SVN-Rev: 11015
2003-02-11 01:57:51 +00:00
Andy Heninger
483da7c7df ICU-2422 regexp, case insensitive matching, work in progress
X-SVN-Rev: 11013
2003-02-11 01:17:51 +00:00
George Rhoten
4d3562dcb7 ICU-2705 Add CygWin/MSVC support
X-SVN-Rev: 11008
2003-02-11 00:13:48 +00:00
Markus Scherer
9fcdfc0f88 ICU-2657 minor test improvements
X-SVN-Rev: 11001
2003-02-09 21:04:13 +00:00
Markus Scherer
bf610ff3d1 ICU-2657 organize files into project folders
X-SVN-Rev: 11000
2003-02-09 21:03:25 +00:00
Andy Heninger
7f44eb19cf ICU-2422 regexp, case insensitive matching, work in progress
X-SVN-Rev: 10989
2003-02-07 02:04:14 +00:00
Alan Liu
cf78ad6b4f ICU-2689 fix compiler err
X-SVN-Rev: 10980
2003-02-06 19:54:37 +00:00
Andy Heninger
5522a8521c ICU-2422 regex test reorg, improved debug options
X-SVN-Rev: 10979
2003-02-06 01:55:17 +00:00
George Rhoten
fddb6a5b0d ICU-2000 Fixed a compiler warning
X-SVN-Rev: 10978
2003-02-06 01:19:58 +00:00
Syn Wee Quek
3a74158f41 ICU-2691 operator= overload simple mistake
X-SVN-Rev: 10973
2003-02-05 22:53:13 +00:00
Alan Liu
79cbea17a2 ICU-2689 invalid compound ID crashes createInstance -- fixed
X-SVN-Rev: 10965
2003-02-05 20:40:36 +00:00
Syn Wee Quek
7f87d5bf32 ICU-2691 operator= overload simple mistake
X-SVN-Rev: 10964
2003-02-05 20:22:05 +00:00
Andy Heninger
6415f52007 ICU-2422 regexp tests, work in progress.
X-SVN-Rev: 10961
2003-02-05 06:50:32 +00:00
Andy Heninger
c248000f6e ICU-2422 regex test reorg, work in progress.
X-SVN-Rev: 10958
2003-02-05 02:17:32 +00:00
Eric Mader
bf8b210ec6 ICU-2405 Need to #include <ctype.h>
X-SVN-Rev: 10955
2003-02-05 00:16:40 +00:00
Eric Mader
84a9cb8648 ICU-2405 Changes for 32-bit glyph IDs.
X-SVN-Rev: 10954
2003-02-05 00:12:26 +00:00
Andy Heninger
37dc086dc8 ICU-2422 move regexp test data into a file.
X-SVN-Rev: 10950
2003-02-04 01:20:56 +00:00
Andy Heninger
fc1f59a88d ICU-2422 fixed g++ compilation problem in regexcmp, got some other work in progress as well.
X-SVN-Rev: 10949
2003-02-04 00:36:30 +00:00
Andy Heninger
61b188cc37 ICU-2422 regexp, Look-ahead ops added. Bug in caching input
string in Matcher fixed.

X-SVN-Rev: 10938
2003-01-31 02:00:52 +00:00
George Rhoten
d858c07a68 ICU-2412 Don't use // in a C file
X-SVN-Rev: 10925
2003-01-29 21:33:29 +00:00
Andy Heninger
6696782926 ICU-2422 regexp, back out nested capture group hack. The failing test is
either a bug or a really odd specification in Perl.
Clean up test memory leaks.

X-SVN-Rev: 10923
2003-01-29 01:40:59 +00:00
Andy Heninger
b0155515f7 ICU-2422 regexp, more perl test fixes.
X-SVN-Rev: 10921
2003-01-28 23:44:22 +00:00
Alan Liu
789ab6d35d ICU-122 add a test for >10 args and >10 subformats; some cleanup
X-SVN-Rev: 10914
2003-01-28 22:13:43 +00:00
Alan Liu
94daa1868e ICU-122 remove redundant calls to logln
X-SVN-Rev: 10910
2003-01-27 17:27:12 +00:00
Andy Heninger
3c3f0df9bc ICU-2422 regexp, more fixes to and for the Perl tests.
X-SVN-Rev: 10906
2003-01-27 00:33:43 +00:00
Andy Heninger
41e90b5773 ICU-2422 regexp, fix a number of bugs uncovered by perl regexp tests. Some still remain.
X-SVN-Rev: 10905
2003-01-25 18:57:42 +00:00
Andy Heninger
ae0bc43f1a ICU-2422 regexp, add tests from perl
X-SVN-Rev: 10902
2003-01-24 02:06:31 +00:00
Andy Heninger
a92820c54b ICU-2422 regexp, tests from perl, and some bug fixes
X-SVN-Rev: 10901
2003-01-24 02:05:03 +00:00
Vladimir Weinstein
bfe52dc06c ICU-2412 more work on ucol_strcollIter. Also added ucol_nextSortKeyPart. Code is still in flux and not for the faint of heart.
X-SVN-Rev: 10898
2003-01-23 01:52:34 +00:00
Markus Scherer
00aac6a704 ICU-2397 test UNormIterator
X-SVN-Rev: 10896
2003-01-22 22:01:35 +00:00
Alan Liu
d62b7b7687 ICU-2653 add tests for [:Age=x:] pattern
X-SVN-Rev: 10884
2003-01-21 21:14:10 +00:00
Andy Heninger
a868ba8a94 ICU-2422 add back references
X-SVN-Rev: 10878
2003-01-21 04:56:14 +00:00
Vladimir Weinstein
137220f8e6 ICU-2412 ucol_strcollIter - strcoll that takes UCharIterator * - tests
X-SVN-Rev: 10871
2003-01-20 07:42:58 +00:00
Andy Heninger
8501288a1e ICU-2422 add possessive quantifiers
X-SVN-Rev: 10869
2003-01-20 06:25:23 +00:00
Markus Scherer
5c513c5ff3 ICU-2397 test UCharIterator getState() and setState()
X-SVN-Rev: 10866
2003-01-18 00:35:36 +00:00
Andy Heninger
50a1da1f2b ICU-2422 regexp, atomic paretheses added, but still buggy
X-SVN-Rev: 10865
2003-01-17 01:43:54 +00:00
Andy Heninger
01147100bd ICU-2422 regexp, {min,max} quantifiers added.
X-SVN-Rev: 10859
2003-01-16 01:12:04 +00:00
Markus Scherer
2cfa2ab7bb ICU-2397 move u_strCompareIter to ustring.c
X-SVN-Rev: 10856
2003-01-14 21:18:52 +00:00
Markus Scherer
2b8b85880b ICU-2646 test U8_NEXT/PREV with non-characters
X-SVN-Rev: 10839
2003-01-10 23:40:13 +00:00
Markus Scherer
b171e3f8ca ICU-2397 add prototype of u_strCompareIter() - compare strings via iterators; add test for it, too - needs discussion, finalizing of semantics, proposal, ...
X-SVN-Rev: 10838
2003-01-10 22:51:45 +00:00
Markus Scherer
84d1432306 ICU-2397 test UTF-16BE UCharIterator
X-SVN-Rev: 10832
2003-01-10 19:41:23 +00:00
George Rhoten
701dc0c6d9 ICU-2536 Tag more Java and Windows aliases.
Move ksc5601 to a better mapping table
Move some aliases into a more logical order

X-SVN-Rev: 10831
2003-01-10 01:57:15 +00:00
Markus Scherer
7a0647cb87 ICU-2397 test UTF-8 UCharIterator
X-SVN-Rev: 10829
2003-01-10 01:47:52 +00:00
George Rhoten
d05759f2fe ICU-2630 Remove some PC mappings that were updated for the Euro because they really aren't used.
Add some Java aliases
Remove some cp* aliases for EBCDIC mappings that were wrong
Move some cp* aliases that implied a Euro update when one didn't happen.
Reorganize ucmfiles.mk and convrtrs.txt into a more logical order.
Rename ibm-9030 to the 100% identical and more commonly used ibm-838

X-SVN-Rev: 10823
2003-01-08 23:16:46 +00:00
Ram Viswanadha
e62bfc04cb ICU-2626 test for \u0075 parsing
X-SVN-Rev: 10819
2003-01-08 21:15:50 +00:00
George Rhoten
fafee26d46 ICU-2000 Fixed some compiler warnings
X-SVN-Rev: 10789
2002-12-27 17:18:21 +00:00
George Rhoten
7e085f3725 ICU-2000 Fixed some compiler warnings
X-SVN-Rev: 10788
2002-12-26 20:16:33 +00:00
Eric Mader
bb6fbdf845 ICU-2561 Change download instructions for IBM JDK 1.3.
X-SVN-Rev: 10785
2002-12-24 17:24:19 +00:00
Eric Mader
070840a211 ICU-2561 remove compiler warnings due to sign of LEUnicode32
X-SVN-Rev: 10784
2002-12-24 17:15:36 +00:00
Eric Mader
9122b439ab ICU-2565 add name strings for new scripts.
X-SVN-Rev: 10783
2002-12-24 17:14:46 +00:00
George Rhoten
d223299036 ICU-2474 Fix for z/OS
X-SVN-Rev: 10773
2002-12-20 21:39:35 +00:00
Syn Wee Quek
899cf192a5 ICU-2000 removed compiler warnings
X-SVN-Rev: 10767
2002-12-19 19:00:19 +00:00
George Rhoten
1f6a18e2d6 ICU-2474 Fix for z/OS. The default converter had a problem with swaplfnl
X-SVN-Rev: 10763
2002-12-19 01:08:26 +00:00
Vladimir Weinstein
bae7f08411 ICU-2039 API test for one of resource bundle constructors
X-SVN-Rev: 10741
2002-12-18 22:49:36 +00:00
George Rhoten
55f52e6854 ICU-2118 Don't use false. Use FALSE
X-SVN-Rev: 10727
2002-12-18 16:21:40 +00:00
Vladimir Weinstein
f614001f33 ICU-2508 fixes to the output format
X-SVN-Rev: 10726
2002-12-18 08:41:00 +00:00
Vladimir Weinstein
c174445ce7 ICU-2107 added copyright notices
X-SVN-Rev: 10723
2002-12-18 08:31:35 +00:00
Vladimir Weinstein
89628f1df9 ICU-2107 added copyright notices
X-SVN-Rev: 10722
2002-12-18 08:31:34 +00:00
Syn Wee Quek
f2d18275b4 ICU-2118
code coverage test

X-SVN-Rev: 10711
2002-12-18 00:58:09 +00:00
Vladimir Weinstein
cdafdbac7a ICU-2135 fix a memory leak
X-SVN-Rev: 10696
2002-12-17 04:42:07 +00:00
Steven R. Loomis
d67e4a111a ICU-2529 Disable testing objects not exported on Win32
X-SVN-Rev: 10688
2002-12-16 22:21:49 +00:00
Steven R. Loomis
7510d87888 ICU-2529 testClassID functions, fix subclasses
X-SVN-Rev: 10684
2002-12-16 19:51:39 +00:00
Andy Heninger
4dec8e4a60 ICU-2578 regexp, fix assertion failure / internal error on the not-yet-implemented possessive quatifiers
X-SVN-Rev: 10681
2002-12-16 00:14:31 +00:00
George Rhoten
d3979bec4a ICU-2573 If you want the real windows mappings, go to the charset repository.
ibm-535x series has incomplete mappings, and they should not be patched.

X-SVN-Rev: 10665
2002-12-13 22:22:39 +00:00
Vladimir Weinstein
59c216785e ICU-2135 memory fixes for tests
X-SVN-Rev: 10657
2002-12-13 06:01:49 +00:00
George Rhoten
a32007efe6 ICU-2573 Change some of the converters to use UTR22 names
X-SVN-Rev: 10656
2002-12-13 04:08:27 +00:00
George Rhoten
bd625332ff ICU-2573 Don't use tabs
X-SVN-Rev: 10655
2002-12-13 04:05:50 +00:00
Alan Liu
8f688eaa68 ICU-2135 add TransliteratorPointer; use to avoid memory leaks
X-SVN-Rev: 10646
2002-12-12 19:54:39 +00:00
Vladimir Weinstein
cab8c668e8 ICU-2135 test leak fixed
X-SVN-Rev: 10644
2002-12-12 18:28:22 +00:00
Vladimir Weinstein
483f6cce74 ICU-2567 renamed variables for passing options to tests: INTLTESTOPTS to INTLTEST_OPTS and CINTLTEST_OPTS to CINTLTST_OPTS
X-SVN-Rev: 10643
2002-12-12 18:11:16 +00:00
Ram Viswanadha
dc349c98bd ICU-2565 dont use deprecated method
X-SVN-Rev: 10634
2002-12-12 01:06:51 +00:00
George Rhoten
3e9e4a702e ICU-2294 Fix for HP/UX
X-SVN-Rev: 10632
2002-12-12 00:42:46 +00:00
Vladimir Weinstein
76750ed1ab ICU-2558 test fix
X-SVN-Rev: 10624
2002-12-11 23:57:06 +00:00
Vladimir Weinstein
42a9879b66 ICU-2558 fixed resb code overwriting warning statuses
X-SVN-Rev: 10599
2002-12-11 01:39:59 +00:00
Alan Liu
53406ecc37 ICU-2556 implement UCHAR_GENERAL_CATEGORY_MASK in name api; refine min/max behavior
X-SVN-Rev: 10596
2002-12-11 01:09:02 +00:00
George Rhoten
206c6b4cfd ICU-2294 Fix for HP/UX
X-SVN-Rev: 10595
2002-12-11 01:00:12 +00:00
Steven R. Loomis
f2677a9ea8 ICU-2330 header test (header obsolescence form changed)
X-SVN-Rev: 10590
2002-12-11 00:19:28 +00:00
Steven R. Loomis
b2deb8c23e ICU-2039 code coverage- improve behavior under NO_XXX macros
X-SVN-Rev: 10580
2002-12-10 18:52:21 +00:00
Vladimir Weinstein
bf8fe4ad96 ICU-2118 fixed compile error on linux
X-SVN-Rev: 10578
2002-12-10 16:57:02 +00:00
Syn Wee Quek
acf94f2c42 ICU-2118
code coverage test

X-SVN-Rev: 10577
2002-12-10 07:51:40 +00:00
Syn Wee Quek
59893d78c9 ICU-2294
subclassability test

X-SVN-Rev: 10576
2002-12-10 06:02:50 +00:00
Steven R. Loomis
e20d820d3b ICU-2039 code coverage
X-SVN-Rev: 10575
2002-12-10 02:43:30 +00:00
Markus Scherer
3b3abb2441 ICU-2039 improve code coverage
X-SVN-Rev: 10571
2002-12-10 01:06:07 +00:00
Markus Scherer
1ac328c13c ICU-2556 add UCHAR_GENERAL_CATEGORY_MASK
X-SVN-Rev: 10570
2002-12-10 00:33:45 +00:00
Andy Heninger
7d3a78a4b2 ICU-0105 API test coverage for RegexPattern::flags()
X-SVN-Rev: 10563
2002-12-09 22:43:22 +00:00
George Rhoten
8b5d063db9 ICU-2000 Fixed some compiler warnings.
X-SVN-Rev: 10553
2002-12-06 23:53:00 +00:00
George Rhoten
ca51a22b5b ICU-2474 Fixes for os/390
X-SVN-Rev: 10551
2002-12-06 22:52:37 +00:00
Alan Liu
1c2ded70a5 ICU-2550 make it pass too!
X-SVN-Rev: 10550
2002-12-06 22:51:13 +00:00
Alan Liu
ab0da6b9b3 ICU-2550 make round-trip test 90% faster
X-SVN-Rev: 10545
2002-12-06 21:31:22 +00:00
George Rhoten
f3b26eabbe ICU-2118 ICUServiceTest shouldn't be a part of icu namespace.
This change makes it easier to see which ICU clases aren't being tested.

X-SVN-Rev: 10535
2002-12-06 18:29:32 +00:00