git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/spatial-data/gis-interface@120449 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
01c094f4e2
commit
81fd1188ee
|
@ -3,7 +3,7 @@ package org.gcube.spatial.data.gis;
|
|||
import org.gcube.common.scope.api.ScopeProvider;
|
||||
import org.junit.Test;
|
||||
|
||||
public class EnvironmentTest {
|
||||
public class Environment {
|
||||
|
||||
@Test
|
||||
public void test() throws Exception{
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.spatial.data.gis;
|
||||
|
||||
public class PublishStoreTest {
|
||||
public class PublishStore {
|
||||
|
||||
public static void maind (String[] args){
|
||||
// GISInterface.get().
|
Loading…
Reference in New Issue