From c07492e9ada8a52a2143434e0ecc29c044006577 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Fri, 12 Sep 2014 23:14:25 +0000 Subject: [PATCH] ICU-10992 only warning with -w when a collator cannot be built from rules (eg with import) X-SVN-Rev: 36490 --- icu4c/source/test/intltest/collationtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/intltest/collationtest.cpp b/icu4c/source/test/intltest/collationtest.cpp index ac1d6a88986..d8094072000 100644 --- a/icu4c/source/test/intltest/collationtest.cpp +++ b/icu4c/source/test/intltest/collationtest.cpp @@ -1225,7 +1225,7 @@ void CollationTest::buildTailoring(UCHARBUF *f, IcuTestErrorCode &errorCode) { return; } if(errorCode.isFailure()) { - errln("RuleBasedCollator(rules) failed - %s", errorCode.errorName()); + dataerrln("RuleBasedCollator(rules) failed - %s", errorCode.errorName()); infoln(UnicodeString(" reason: ") + reason); if(parseError.offset >= 0) { infoln(" rules offset: %d", (int)parseError.offset); } if(parseError.preContext[0] != 0 || parseError.postContext[0] != 0) { -- 2.40.0