mirror of https://github.com/apache/poi.git
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9d8c5c400b
commit
752474faa8
|
@ -484,7 +484,8 @@ public class TestWrite extends TestCase
|
|||
t = ex;
|
||||
}
|
||||
if (t != null)
|
||||
fail(org.apache.poi.hpsf.Util.toString(t));
|
||||
fail(org.apache.poi.hpsf.Util.toString(t) + " with codepage " +
|
||||
codepage);
|
||||
}
|
||||
|
||||
final int[] invalidCodepages = new int[] {0, 1, 2, 4711, 815};
|
||||
|
|
Loading…
Reference in New Issue