From: Dominik Stadler Date: Wed, 6 Jan 2021 09:10:25 +0000 (+0000) Subject: Adjust one expected error message in integration-tests X-Git-Tag: REL_5_0_0~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=da7725e3d643bfa96b5e1c2a66f52022538b34f2;p=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 --- diff --git a/src/integrationtest/org/apache/poi/stress/SpreadsheetHandler.java b/src/integrationtest/org/apache/poi/stress/SpreadsheetHandler.java index abc1ca5615..dcee603bf2 100644 --- a/src/integrationtest/org/apache/poi/stress/SpreadsheetHandler.java +++ b/src/integrationtest/org/apache/poi/stress/SpreadsheetHandler.java @@ -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;