]> source.dussan.org Git - poi.git/commitdiff
Adjust one expected error message in integration-tests
authorDominik Stadler <centic@apache.org>
Wed, 6 Jan 2021 09:10:25 +0000 (09:10 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 6 Jan 2021 09:10:25 +0000 (09:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885188 13f79535-47bb-0310-9956-ffa450edef68

src/integrationtest/org/apache/poi/stress/SpreadsheetHandler.java

index abc1ca561534909b56e211f534147151426c68b0..dcee603bf2deb09b5be23a50e0b193bd4f3711e3 100644 (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;