exclude new broken test-file for this test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1584543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2014-04-04 07:26:24 +00:00
parent 32b69ac9b9
commit a08e8e4824

View File

@ -33,7 +33,8 @@ public class TestEFBiffViewer extends BaseXLSIteratingTest {
SILENT_EXCLUDED.add("xor-encryption-abc.xls"); // password, ty again later!
SILENT_EXCLUDED.add("43493.xls"); // HSSFWorkbook cannot open it as well
SILENT_EXCLUDED.add("46904.xls"); // Exception, too old
};
SILENT_EXCLUDED.add("47251_1.xls"); // Broken test file
}
@Override
void runOneFile(String dir, String file, List<String> failed) throws IOException {