ICU-329 show context
X-SVN-Rev: 959
This commit is contained in:
parent
af7124308c
commit
0c83d908ad
@ -73,8 +73,10 @@ void TransliteratorTest::TestInstantiation() {
|
||||
Transliterator::getDisplayName(id, name);
|
||||
if (t == 0) {
|
||||
errln(UnicodeString("FAIL: Couldn't create ") + id +
|
||||
", parse error " + parseError.code + ", line " +
|
||||
parseError.line + ", offset " + parseError.offset);
|
||||
", parse error " + parseError.code +
|
||||
", line " + parseError.line +
|
||||
", offset " + parseError.offset +
|
||||
", context \"" + parseError.context + "\"");
|
||||
// When createInstance fails, it deletes the failing
|
||||
// entry from the available ID list. We detect this
|
||||
// here by looking for a change in countAvailableIDs.
|
||||
|
Loading…
Reference in New Issue
Block a user