mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
rename tests so they run in Ant build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9808fd5015
commit
c109245eca
@ -34,7 +34,7 @@ import org.apache.poi.hemf.record.emfplus.HemfPlusRecordType;
|
||||
import org.apache.poi.hemf.usermodel.HemfPicture;
|
||||
import org.junit.Test;
|
||||
|
||||
public class HemfPlusExtractorTest {
|
||||
public class TestHemfPlusExtractor {
|
||||
|
||||
@Test
|
||||
public void testBasic() throws Exception {
|
||||
@ -51,7 +51,7 @@ import org.apache.poi.util.IOUtils;
|
||||
import org.apache.poi.util.RecordFormatException;
|
||||
import org.junit.Test;
|
||||
|
||||
public class HemfPictureTest {
|
||||
public class TestHemfPicture {
|
||||
|
||||
private static final POIDataSamples ss_samples = POIDataSamples.getSpreadSheetInstance();
|
||||
private static final POIDataSamples sl_samples = POIDataSamples.getSlideShowInstance();
|
||||
Loading…
x
Reference in New Issue
Block a user