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:
Dominik Stadler 2021-01-06 09:10:25 +00:00
parent 47c5e9b08d
commit da7725e3d6
1 changed files with 1 additions and 0 deletions

View File

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