From 8394462286409fab2ea25290a6bb06627aea6b68 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Thu, 13 Nov 2003 05:20:14 +0000 Subject: [PATCH] ICU-3346 more verbose output X-SVN-Rev: 13713 --- icu4c/source/test/intltest/convtest.cpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/icu4c/source/test/intltest/convtest.cpp b/icu4c/source/test/intltest/convtest.cpp index 82db9ac5189..874d635ca07 100644 --- a/icu4c/source/test/intltest/convtest.cpp +++ b/icu4c/source/test/intltest/convtest.cpp @@ -149,6 +149,7 @@ ConversionTest::TestToUnicode() { i, u_errorName(errorCode)); errorCode=U_ZERO_ERROR; } else { + infoln("TestToUnicode[%d] %s", i, charset); ToUnicodeCase(cc, callback, option); } } @@ -238,11 +239,13 @@ ConversionTest::TestFromUnicode() { if(length>=sizeof(cc.subchar)) { errorCode=U_ILLEGAL_ARGUMENT_ERROR; } else { - for(i=0; i