Fixed scope on tests

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/infrastructure-tests@128187 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-04-20 14:43:07 +00:00
parent 4c582ca032
commit 059e302ad8
2 changed files with 0 additions and 7 deletions

View File

@ -38,7 +38,6 @@ public class AccountingPersistenceQueryCouchDBTest extends ScopedTest {
@Before
public void before() throws Exception{
super.before();
ScopeProvider.instance.set("/gcube/devsec/devVRE");
AccountingPersistenceBackendQueryConfiguration configuration = new
AccountingPersistenceBackendQueryConfiguration(AccountingPersistenceQueryCouchDB.class);
/*

View File

@ -4,9 +4,7 @@ import java.util.HashMap;
import java.util.Map;
import org.gcube.accounting.persistence.AccountingPersistenceFactory;
import org.gcube.common.scope.api.ScopeProvider;
import org.gcube.testutility.ScopedTest;
import org.junit.Before;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ -21,10 +19,6 @@ public class CouchDBQueryPluginTest extends ScopedTest {
*/
private static Logger logger = LoggerFactory.getLogger(CouchDBQueryPluginTest.class);
@Before
public void before() throws Exception{
ScopeProvider.instance.set("/gcube/devsec");
}
@Test
public void testLaunch() throws Exception {