Adjusting the UnitTest

This commit is contained in:
Marco Paulo Ollivier 2016-04-11 21:48:16 -03:00
parent f22ded59a2
commit 9a52796802

View File

@ -29,7 +29,6 @@ import static org.junit.Assert.assertTrue;
import java.io.File;
import java.io.IOException;
import java.net.URI;
import org.apache.commons.httpclient.NameValuePair;
import org.junit.Test;
@ -54,9 +53,9 @@ public class GeoserverRESTWorldImageTest extends GeoserverRESTTest {
@Test
public void testPublishWorldImage() throws IOException {
// if (!enabled()) {
// return;
// }
if (!enabled()) {
return;
}
deleteAll();
String storeName = "testWorldimage";