package org.geopublishing.geopublisher.dp; import java.io.IOException; import java.net.URISyntaxException; import org.junit.Test; import de.schmitzm.testing.TestingClass; public class DpEntryFactoryTest extends TestingClass { @Test public void testCreate() throws IOException, URISyntaxException { // AtlasConfigEditable ace = GpTestingUtil.TestAtlas.small.getAce(); // // File file = new File(IOUtil.getTempDir(), "mini.pdf"); // file.delete(); // System.out.println(file); // IOUtil.copyUrl(DpEntryFactoryTest.class.getResource("/mini.pdf"), file, false); // DpEntry create = DpEntryFactory.create(ace, file, null); // assertNotNull(create); // System.out.println(read); } }