commented junit test

This commit is contained in:
Francesco Mangiacrapa 2021-03-02 15:12:33 +01:00
parent 5862cdc016
commit 7fc5fab646
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ public class TestDataCatalogueLib {
* *
* @throws Exception the exception * @throws Exception the exception
*/ */
@Before //@Before
public void before() throws Exception{ public void before() throws Exception{
factory = DataCatalogueFactory.getFactory(); factory = DataCatalogueFactory.getFactory();
} }
@ -309,7 +309,7 @@ public class TestDataCatalogueLib {
LOG.info("Created the group: "+ckanGroup); LOG.info("Created the group: "+ckanGroup);
} }
@Test //@Test
public void addResource() throws Exception { public void addResource() throws Exception {
ScopeProvider.instance.set(scope); ScopeProvider.instance.set(scope);