*** 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
457091b4f9
commit
c93c80a275
@ -484,7 +484,8 @@ public class TestWrite extends TestCase
|
|||||||
t = ex;
|
t = ex;
|
||||||
}
|
}
|
||||||
if (t != null)
|
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};
|
final int[] invalidCodepages = new int[] {0, 1, 2, 4711, 815};
|
||||||
|
Loading…
Reference in New Issue
Block a user