mirror of https://github.com/apache/poi.git
forbidden api
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894700 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c7954fdcd8
commit
1c184f49d0
|
@ -175,7 +175,9 @@ public class TestArcTo {
|
|||
double a = actual[i];
|
||||
|
||||
if (Math.abs(e - a) > EPS) {
|
||||
Assertions.fail(String.format("expected <%f> but found <%f>", e, a));
|
||||
Assertions.fail(String.format(
|
||||
LocaleUtil.getUserLocale(),
|
||||
"expected <%f> but found <%f>", e, a));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue