forbidden api

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894700 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-11-02 21:37:01 +00:00
parent c7954fdcd8
commit 1c184f49d0
1 changed files with 3 additions and 1 deletions

View File

@ -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));
}
}
}