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:
George Rhoten 2003-10-09 18:25:24 +00:00
parent 758f52fc95
commit 7ff9b0b7ce

View file

@ -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");
}