From da7725e3d643bfa96b5e1c2a66f52022538b34f2 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Wed, 6 Jan 2021 09:10:25 +0000 Subject: [PATCH] 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 --- .../org/apache/poi/stress/SpreadsheetHandler.java | 1 + 1 file changed, 1 insertion(+) 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;