fix test class name

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833056 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-06-06 16:27:02 +00:00
parent a5b66c34a6
commit fd90cb4ea7
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ import java.io.File;
import java.io.FileOutputStream; import java.io.FileOutputStream;
import java.io.OutputStream; import java.io.OutputStream;
import java.util.Enumeration; import java.util.Enumeration;
import java.util.zip.ZipEntry;
import org.apache.commons.compress.archivers.zip.ZipArchiveEntry; import org.apache.commons.compress.archivers.zip.ZipArchiveEntry;
import org.apache.poi.openxml4j.opc.internal.ZipHelper; import org.apache.poi.openxml4j.opc.internal.ZipHelper;

View File

@ -33,7 +33,7 @@ import junit.framework.TestCase;
* Class to test that we handle embeded bits in * Class to test that we handle embeded bits in
* OOXML files properly * OOXML files properly
*/ */
public class TestEmbeded extends TestCase public class TestEmbedded extends TestCase
{ {
public void testExcel() throws Exception { public void testExcel() throws Exception {
POIXMLDocument doc = new XSSFWorkbook( POIXMLDocument doc = new XSSFWorkbook(