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:
parent
2711b3192a
commit
f3dac24505
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user