mirror of https://github.com/apache/poi.git
Adjust one expected error message in integration-tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47c5e9b08d
commit
da7725e3d6
|
@ -145,6 +145,7 @@ public abstract class SpreadsheetHandler extends AbstractFileHandler {
|
|||
} catch (RuntimeException e) {
|
||||
if ("Could not find 'internal references' EXTERNALBOOK".equals(e.getMessage()) ||
|
||||
"CountryRecord not found".equals(e.getMessage()) ||
|
||||
"CountryRecord or SSTRecord not found".equals(e.getMessage()) ||
|
||||
"Cannot add more than 65535 shapes".equals(e.getMessage()) ) {
|
||||
// ignore these here for now
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue