From 5d596f6fc5076f36f03c0bdcc80e8cf886ed9ff3 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 9 Jan 2018 12:23:37 +0000 Subject: [PATCH] remove unnecessary test override git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820652 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/poi/xssf/streaming/TestSXSSFCell.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java b/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java index 08ea882f8c..29ef231173 100644 --- a/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java +++ b/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java @@ -34,7 +34,6 @@ import org.apache.poi.xssf.usermodel.XSSFCell; import org.apache.poi.xssf.usermodel.XSSFWorkbook; import org.apache.xmlbeans.XmlCursor; import org.junit.AfterClass; -import org.junit.Assume; import org.junit.Test; import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst; @@ -83,12 +82,4 @@ public class TestSXSSFCell extends BaseTestXCell { swb.close(); } } - - @Test - public void testSetErrorValeFormula() throws IOException { - Assume.assumeTrue("This test is disabled because it fails for SXSSF because " + - "handling of errors in formulas is slightly different than in XSSF, " + - "but this proved to be non-trivial to solve...", - false); - } } -- 2.39.5