Adjusting the UnitTest
This commit is contained in:
parent
f22ded59a2
commit
9a52796802
@ -29,7 +29,6 @@ import static org.junit.Assert.assertTrue;
|
|||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.net.URI;
|
|
||||||
|
|
||||||
import org.apache.commons.httpclient.NameValuePair;
|
import org.apache.commons.httpclient.NameValuePair;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
@ -54,9 +53,9 @@ public class GeoserverRESTWorldImageTest extends GeoserverRESTTest {
|
|||||||
@Test
|
@Test
|
||||||
public void testPublishWorldImage() throws IOException {
|
public void testPublishWorldImage() throws IOException {
|
||||||
|
|
||||||
// if (!enabled()) {
|
if (!enabled()) {
|
||||||
// return;
|
return;
|
||||||
// }
|
}
|
||||||
deleteAll();
|
deleteAll();
|
||||||
String storeName = "testWorldimage";
|
String storeName = "testWorldimage";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user