cintltest does not work if the icu folder is not in a drive root
General
Trac Data
Other Data
General
Trac Data
Other Data
Description
on windows, cintltst does not work if icu is not in a drive root or in a different drive from the current one. cintltst.c prefixes relative paths with an empty string to form an absolute path. this caused crestst to fail - it needs to get the folder for icu/source/test/testdata .
Activity
Show:
UnicodeBot
June 30, 2018 at 10:35 PM
Trac Comment by auditor—1970-01-01T00:00:59.000Z
Thu Oct 14 14:21:20 1999 schererm changed notes
Thu Oct 14 14:21:20 1999 schererm moved from incoming to fixed
Thu Oct 28 19:03:20 1999 hshih moved from fixed to closed
UnicodeBot
June 30, 2018 at 10:35 PM
Trac Comment by notes—1970-01-01T00:00:58.000Z
change to cintltst: the mainDir is set to getenv("ICU_DATA")+"..\..", which works in the build folder hierarchy
on windows, cintltst does not work if icu is not in a drive root or in a
different drive from the current one.
cintltst.c prefixes relative paths with an empty string to form an absolute
path.
this caused crestst to fail - it needs to get the folder for
icu/source/test/testdata .