*** 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:
Rainer Klute 2003-12-03 21:06:57 +00:00
parent 457091b4f9
commit c93c80a275
1 changed files with 2 additions and 1 deletions

View File

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