Commit Graph

3106 Commits

Author SHA1 Message Date
George Rhoten
c581387766 ICU-3259 Fix a time zone failure
X-SVN-Rev: 13356
2003-10-07 23:49:04 +00:00
George Rhoten
c65d4d8669 ICU-3312 We no longer test properly getting the time zone from the OS.
The tests will now work in all time zones, but the tests will manually set the time zone to the expected time zone for testing.

X-SVN-Rev: 13353
2003-10-07 22:53:31 +00:00
George Rhoten
09edf55f1c ICU-3312 Remove the time zone option.
After fixing the time zone memory leak, I discovered that some tests call u_cleanup to test the heap functions.
So setting the time zone at the beginning of the process won't help because the value doesn't stay around.
Any tests that depend on the timezone need to set and reset the timezone.

X-SVN-Rev: 13350
2003-10-07 22:22:34 +00:00
George Rhoten
00e21ff118 ICU-3259 Remove the time zone option.
After fixing the time zone memory leak, I discovered that some tests call u_cleanup to test the heap functions.
So setting the time zone at the beginning of the process won't help because the value doesn't stay around.
Any tests that depend on the timezone need to set and reset the timezone.

X-SVN-Rev: 13349
2003-10-07 21:52:15 +00:00
George Rhoten
8f1deb1ece ICU-3259 Remove the time zone option.
After fixing the memory leak, I discovered that some tests call u_cleanup to test the heap functions.
So setting the time zone at the beginning of the process won't help because it doesn't stay around.
Any tests that depend on the timezone need to set and reset the timezone.

X-SVN-Rev: 13348
2003-10-07 21:50:15 +00:00
George Rhoten
9969e5abe2 ICU-2942 Test getDisplayName
X-SVN-Rev: 13345
2003-10-07 19:51:31 +00:00
Alan Liu
7fffbdf68f ICU-2906 make unescapeAt() handle escaped surrogate pairs
X-SVN-Rev: 13342
2003-10-07 18:10:37 +00:00
George Rhoten
81ed46198e ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13338
2003-10-07 16:12:46 +00:00
George Rhoten
b626ac0b2d ICU-3221 Abstract classes shouldn't have a static class ID
X-SVN-Rev: 13336
2003-10-07 15:47:56 +00:00
George Rhoten
adec715ac1 ICU-3259 Fix memory initialization and memory leak problems.
X-SVN-Rev: 13327
2003-10-06 22:32:36 +00:00
George Rhoten
d982e0d2ab ICU-3259 Make it easier to distinguish tests while using heap debugging tools.
X-SVN-Rev: 13326
2003-10-06 22:15:27 +00:00
Markus Scherer
1fed84843c ICU-1838 forbid converting surrogate code points in UTF-16/32
X-SVN-Rev: 13321
2003-10-06 03:28:36 +00:00
George Rhoten
539743d8d1 ICU-3156 Remove dead tests that don't need to be there anymore.
X-SVN-Rev: 13319
2003-10-04 17:55:32 +00:00
Alan Liu
996bc7de46 ICU-2920 update isRuleWhiteSpace to have a fixed set of characters per UTR #31
X-SVN-Rev: 13317
2003-10-04 00:37:18 +00:00
George Rhoten
fd7d8e1dc5 ICU-2942 Partial implementation of locale script API. More testing to be done later.
X-SVN-Rev: 13315
2003-10-03 23:57:04 +00:00
Andy Heninger
75b6798406 ICU-2128 RBBI monkey test, add periodic tic output when running with an infinite loop count
X-SVN-Rev: 13314
2003-10-03 22:27:35 +00:00
Andy Heninger
760c72a4df ICU-3042 Add enum API constants and tests for line break rule status values.
X-SVN-Rev: 13313
2003-10-03 22:25:26 +00:00
George Rhoten
626d2f98d4 ICU-3191 The locale data now returns different results.
X-SVN-Rev: 13306
2003-10-03 17:40:03 +00:00
Andy Heninger
6966edd758 ICU-2128 add isBoundary() check to RBBI MonkeyTest
X-SVN-Rev: 13304
2003-10-03 05:05:13 +00:00
Andy Heninger
d2e0f3a9ac ICU-2128 fix RBBI Word rules and monkey test. All failures GONE!
X-SVN-Rev: 13288
2003-10-02 22:34:25 +00:00
George Rhoten
1fb55a65c7 ICU-1838 Forbid converting surrogate code points in UTF-32
X-SVN-Rev: 13273
2003-10-02 17:02:14 +00:00
Andy Heninger
34357bdd81 ICU-2128 fix inf loop bug in RBBI Line Monkey; simplify RBBI word monkey
X-SVN-Rev: 13272
2003-10-02 00:18:13 +00:00
Ram Viswanadha
9ff71f0842 ICU-2947 fix tests
X-SVN-Rev: 13270
2003-10-01 21:13:37 +00:00
Markus Scherer
ce62cd2409 ICU-2329 bug fix in test
X-SVN-Rev: 13261
2003-10-01 00:03:34 +00:00
George Rhoten
6a41e9df61 ICU-3191 Fix how Pre-Euro currency is displayed in Ireland.
X-SVN-Rev: 13260
2003-09-30 23:38:52 +00:00
Alan Liu
2a4b477a76 ICU-3266 more checks for UCONFIG_NO_FORMATTING
X-SVN-Rev: 13253
2003-09-30 19:17:12 +00:00
Alan Liu
16d44ffb76 ICU-3266 add checks for UCONFIG_NO_FORMATTING
X-SVN-Rev: 13252
2003-09-30 19:15:53 +00:00
Alan Liu
e73dc2f4f3 ICU-3266 add checks for UCONFIG_NO_FORMATTING
X-SVN-Rev: 13250
2003-09-30 18:55:33 +00:00
Ram Viswanadha
8efb4c9ef0 ICU-2947 improve testing
X-SVN-Rev: 13247
2003-09-30 18:23:06 +00:00
Ram Viswanadha
16bfcf17e5 ICU-2947 make root locale neutral take 2
X-SVN-Rev: 13244
2003-09-30 03:03:22 +00:00
Alan Liu
17eaec5cb0 ICU-3280 rewrite applyPattern() to use RuleCharacterIterator; add test cases
X-SVN-Rev: 13238
2003-09-29 23:00:39 +00:00
Ram Viswanadha
05ee82acf2 ICU-2947 make root locale language neutral
X-SVN-Rev: 13226
2003-09-27 01:09:40 +00:00
George Rhoten
c9857c18fd ICU-3115 fix quoting of target
X-SVN-Rev: 13225
2003-09-26 22:37:54 +00:00
Steven R. Loomis
c3f04bcdcc ICU-3115 fix quoting of target
X-SVN-Rev: 13221
2003-09-26 17:04:12 +00:00
Steven R. Loomis
1f1b79016d ICU-3115 test data for reslist32
X-SVN-Rev: 13219
2003-09-26 01:57:13 +00:00
George Rhoten
d200f4a8e5 ICU-2256 Deprecate %K and %U. Replace with %C and %S
X-SVN-Rev: 13214
2003-09-25 21:14:35 +00:00
Vladimir Weinstein
4f611b6d21 ICU-3140 removed old and buggy Thai test file
X-SVN-Rev: 13211
2003-09-25 18:42:54 +00:00
Vladimir Weinstein
4c52af6bae ICU-3140 add utf-8 signature
X-SVN-Rev: 13210
2003-09-25 18:26:25 +00:00
Andy Heninger
e873651a72 ICU-2403 Misc tracing tweaks. Add cleanup func.
X-SVN-Rev: 13207
2003-09-25 17:58:08 +00:00
Vladimir Weinstein
7b7c351c69 ICU-3140 removed old and buggy Thai test file
X-SVN-Rev: 13205
2003-09-25 17:13:05 +00:00
Vladimir Weinstein
e3804f8426 ICU-3140 removed old and buggy Thai test file
X-SVN-Rev: 13203
2003-09-25 16:36:31 +00:00
Vladimir Weinstein
8ba09e9516 ICU-3140 updated Thai test data file from the original website. Added copyright/license notice
X-SVN-Rev: 13202
2003-09-25 16:33:30 +00:00
Andy Heninger
e6cb032d93 ICU-2403 Tracing, more cleanup.
X-SVN-Rev: 13183
2003-09-24 00:58:35 +00:00
Vladimir Weinstein
ac34860b7c ICU-3278 remove usage of static UCA and invUCA
X-SVN-Rev: 13180
2003-09-24 00:17:15 +00:00
George Rhoten
8144092e2e ICU-3258 CygWin/MSVC changes.
X-SVN-Rev: 13170
2003-09-23 00:51:49 +00:00
George Rhoten
0b853df040 ICU-2976 Improve CRLF handling. Follow UAX #13 guidelines. fputs still needs to be looked at.
X-SVN-Rev: 13167
2003-09-22 23:07:05 +00:00
Alan Liu
3027d72af2 ICU-3266 add -tz [zone] option to cintltst, and make default time zone be America/Los_Angeles (unless otherwise specified on command line). Fixed handling of -a. Fixed spelling.
X-SVN-Rev: 13163
2003-09-22 19:48:43 +00:00
Alan Liu
f5405f9191 ICU-3266 add -tz [zone] option to cintltst, and make default time zone be America/Los_Angeles (unless otherwise specified on command line)
X-SVN-Rev: 13162
2003-09-22 18:48:31 +00:00
George Rhoten
1420303e6c ICU-3222 Fix a compiler warning
X-SVN-Rev: 13158
2003-09-22 16:12:44 +00:00
George Rhoten
845e5ab92c ICU-3222 Fix a compiler warning
X-SVN-Rev: 13157
2003-09-22 16:11:02 +00:00