mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1627 fix location of Archive (.dat) file for tests, also fix ICU's name from Classes to Components
X-SVN-Rev: 7554
This commit is contained in:
parent
fa6f2efdd4
commit
ff75f5eacf
1 changed files with 3 additions and 3 deletions
|
@ -406,7 +406,7 @@ void IntlTest::setICU_DATA() {
|
|||
|
||||
#if defined (U_TOPBUILDDIR)
|
||||
{
|
||||
static char env_string[] = U_TOPBUILDDIR "/data/";
|
||||
static char env_string[] = U_TOPBUILDDIR "/data/out/";
|
||||
u_setDataDirectory(env_string);
|
||||
return;
|
||||
}
|
||||
|
@ -979,8 +979,8 @@ main(int argc, char* argv[])
|
|||
major.setQuick( quick );
|
||||
major.setLeaks( leaks );
|
||||
fprintf(stdout, "-----------------------------------------------\n");
|
||||
fprintf(stdout, " IntlTest Test Suite for \n");
|
||||
fprintf(stdout, " International Classes for Unicode \n");
|
||||
fprintf(stdout, " IntlTest (C++) Test Suite for \n");
|
||||
fprintf(stdout, " International Components for Unicode %s\n", U_ICU_VERSION);
|
||||
fprintf(stdout, "-----------------------------------------------\n");
|
||||
fprintf(stdout, " Options: \n");
|
||||
fprintf(stdout, " all (a) : %s\n", (all? "On" : "Off"));
|
||||
|
|
Loading…
Add table
Reference in a new issue