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:
parent
d60afce851
commit
fd99c9f3a4
|
@ -44,7 +44,7 @@ public class GeonetworkQueryTest {
|
|||
|
||||
private String textToSearch = "geo_fea";
|
||||
|
||||
@Test
|
||||
//@Test
|
||||
public void getCount() throws Exception{
|
||||
try{
|
||||
for(String scope:scopesProd){
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue