commented tests

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@169882 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-07-20 12:51:43 +00:00
parent d60afce851
commit fd99c9f3a4
2 changed files with 2 additions and 3 deletions

View File

@ -44,7 +44,7 @@ public class GeonetworkQueryTest {
private String textToSearch = "geo_fea";
@Test
//@Test
public void getCount() throws Exception{
try{
for(String scope:scopesProd){

View File

@ -1,7 +1,6 @@
import javax.servlet.ServletException;
import org.gcube.datatransfer.resolver.GeonetworkRequestDecoder;
import org.junit.Test;
/**
@ -32,7 +31,7 @@ public class GeonetworkRequestDecoderTest {
}
@Test
//@Test
public void test3() throws ServletException{
String request = "/geonetwork/gcube#filterpublicids";
System.out.println("Testing request: "+request);