Home
last modified time | relevance | path

Searched refs:BDFloatMax2 (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java631 final String BDFloatMax2 = "680,564,693,277,057,719,623,408,366,969,033,850,880"; in test_formatObject() local
632 assertTrue("Wrong result BDFloatMax2: " + out, out.toString().equals(BDFloatMax2)); in test_formatObject()