Reorganizing tests
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@148237 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
479564f509
commit
2f4fd9e4fd
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
*
|
||||
*/
|
||||
package org.gcube.informationsystem.resourceregistry.context;
|
||||
package org.gcube.informationsystem.resourceregistry.er.multicontext;
|
||||
|
||||
import java.net.URI;
|
||||
import java.net.URL;
|
||||
|
@ -66,10 +66,10 @@ import org.slf4j.LoggerFactory;
|
|||
* @author Luca Frosini (ISTI - CNR)
|
||||
*
|
||||
*/
|
||||
public class MultiContextTest extends ScopedTest {
|
||||
public class BasicTest extends ScopedTest {
|
||||
|
||||
private static Logger logger = LoggerFactory
|
||||
.getLogger(MultiContextTest.class);
|
||||
.getLogger(BasicTest.class);
|
||||
|
||||
@Test
|
||||
public void testDifferentScopes() throws Exception {
|
Loading…
Reference in New Issue