removed incorrect test

This commit is contained in:
Fabio Sinibaldi 2021-05-12 17:01:37 +02:00
parent 379486b830
commit a371578598
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
package org.gcube.usecases.ws.thredds;
import org.gcube.usecases.ws.thredds.faults.InternalException;
public class GetTrhreddsInfoTest {
public static void main(String[] args) throws InternalException {
SyncEngine engine=SyncEngine.get();
// ROOT
TokenSetter.setGcubeToken("***REMOVED***");
System.out.println(engine.getAvailableCatalogs());
// MEI
TokenSetter.setGcubeToken("54f577de-d259-407e-b30d-29bf9e7c0dee-843339462");
System.out.println(engine.getAvailableCatalogs());
}
}