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
|
void
|
||||||
IntlTestRBNF::TestRBNFDisabled() {
|
IntlTestRBNF::TestRBNFDisabled() {
|
||||||
logln("*** RBNF currently disabled on this platform ***");
|
errln("*** RBNF currently disabled on this platform ***\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* U_HAVE_RBNF */
|
/* U_HAVE_RBNF */
|
||||||
|
@ -350,7 +350,7 @@ RbnfRoundTripTest::doTest(const RuleBasedNumberFormat* formatter,
|
|||||||
|
|
||||||
void
|
void
|
||||||
RbnfRoundTripTest::TestRBNFDisabled() {
|
RbnfRoundTripTest::TestRBNFDisabled() {
|
||||||
logln("*** RBNF currently disabled on this platform ***");
|
errln("*** RBNF currently disabled on this platform ***\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* U_HAVE_RBNF */
|
/* U_HAVE_RBNF */
|
||||||
|
Loading…
Reference in New Issue
Block a user