mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2449 Output an error on failure
X-SVN-Rev: 12831
This commit is contained in:
parent
611a38632f
commit
795d19ec1e
1 changed files with 6 additions and 0 deletions
|
@ -151,6 +151,9 @@ ConversionTest::TestToUnicode() {
|
|||
}
|
||||
delete dataModule;
|
||||
}
|
||||
else {
|
||||
errln("Failed: could not load test conversion data");
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -284,6 +287,9 @@ ConversionTest::TestFromUnicode() {
|
|||
}
|
||||
delete dataModule;
|
||||
}
|
||||
else {
|
||||
errln("Failed: could not load test conversion data");
|
||||
}
|
||||
}
|
||||
|
||||
// open testdata or ICU data converter ------------------------------------- ***
|
||||
|
|
Loading…
Add table
Reference in a new issue