mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 02:37:25 +00:00
ICU-10547 Remove extra code from tests added there to help me debug.
X-SVN-Rev: 35197
This commit is contained in:
parent
fcde5a4621
commit
e3e20601c0
1 changed files with 0 additions and 6 deletions
|
@ -7542,12 +7542,6 @@ void NumberFormatTest::TestRoundingScientific10542() {
|
|||
|
||||
void NumberFormatTest::TestZeroScientific10547() {
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
{
|
||||
DecimalFormat fmt("0.00", status);
|
||||
UnicodeString out;
|
||||
fmt.format(-0.0, out);
|
||||
assertEquals("formatFixed", "-0.00", out);
|
||||
}
|
||||
DecimalFormat fmt("0.00E0", status);
|
||||
if (!assertSuccess("Formt creation", status)) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue