Zero length code page fix has been committed, so this file can once again be included in the overall test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1570390 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7984a1ec3f
commit
31493632ea
@ -37,9 +37,7 @@ import org.apache.poi.hpsf.PropertySetFactory;
|
||||
* @author Rainer Klute (klute@rainer-klute.de)
|
||||
*/
|
||||
public class TestReadAllFiles extends TestCase {
|
||||
private static String[] excludes = new String[] {
|
||||
"TestZeroLengthCodePage.mpp",
|
||||
};
|
||||
private static String[] excludes = new String[] {};
|
||||
|
||||
/**
|
||||
* <p>This test methods reads all property set streams from all POI
|
||||
|
Loading…
Reference in New Issue
Block a user