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:
PJ Fanning 2019-09-14 14:31:10 +00:00
parent 9808fd5015
commit c109245eca
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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();