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:
parent
a5b66c34a6
commit
fd90cb4ea7
@ -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;
|
||||||
|
@ -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(
|
Loading…
Reference in New Issue
Block a user