ICU-1766 It's an error if RBNF is unavailable. The user can ignore it at their own risk.

X-SVN-Rev: 8235
This commit is contained in:
George Rhoten 2002-03-26 01:16:49 +00:00
parent 2711b3192a
commit f3dac24505
2 changed files with 2 additions and 2 deletions

View File

@ -1406,7 +1406,7 @@ IntlTestRBNF::doLenientParseTest(RuleBasedNumberFormat* formatter, const char* t
void
IntlTestRBNF::TestRBNFDisabled() {
logln("*** RBNF currently disabled on this platform ***");
errln("*** RBNF currently disabled on this platform ***\n");
}
/* U_HAVE_RBNF */

View File

@ -350,7 +350,7 @@ RbnfRoundTripTest::doTest(const RuleBasedNumberFormat* formatter,
void
RbnfRoundTripTest::TestRBNFDisabled() {
logln("*** RBNF currently disabled on this platform ***");
errln("*** RBNF currently disabled on this platform ***\n");
}
/* U_HAVE_RBNF */