ICU-1900 Linux Alpha shows an error in exhaustive mode. Let's see it.

X-SVN-Rev: 8900
This commit is contained in:
George Rhoten 2002-06-17 17:36:55 +00:00
parent d147e91cb0
commit d323a9da62

View file

@ -254,11 +254,12 @@ NumberFormatRoundTripTest::test(NumberFormat *fmt, const Formattable& value)
min_numeric_error = error;
}
if(show)
logln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " +
if (show) {
errln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " +
escape(s) + " P> " +
/*n.getString(temp) +*/ typeOf(n, temp) + " F> " +
escape(s2));
}
}
double