mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 02:37:25 +00:00
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: 13373
This commit is contained in:
parent
758f52fc95
commit
7ff9b0b7ce
1 changed files with 0 additions and 8 deletions
|
@ -636,9 +636,6 @@ static void help ( const char *argv0 )
|
|||
{
|
||||
printf("Usage: %s [ -l ] [ -v ] [ -verbose] [-a] [ -all] [-n] [ -no_err_msg]\n"
|
||||
" [ -h ] [-t_info | -t_error | -t_warn | -t_verbose]"
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
" [-tz [zone]]"
|
||||
#endif
|
||||
" [ /path/to/test ]\n",
|
||||
argv0);
|
||||
printf(" -l To get a list of test names\n");
|
||||
|
@ -652,11 +649,6 @@ static void help ( const char *argv0 )
|
|||
printf(" -t_info | -t_error | -t_warn | -t_verbose Enable ICU tracing\n");
|
||||
printf(" -no_err_msg (same as -n) \n");
|
||||
printf(" -r repeat tests after calling u_cleanup \n");
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
/* NOTE: the -tz [zone] option is parsed by cintltst. I know, ugly. */
|
||||
printf(" -tz [zone] To set default time zone. If no zone is given\n"
|
||||
" then don't set default time zone (use host zone).\n");
|
||||
#endif
|
||||
printf(" -[/subtest] To run a subtest \n");
|
||||
printf(" eg: to run just the utility tests type: cintltest /tsutil) \n");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue