commented junit test
This commit is contained in:
parent
5862cdc016
commit
7fc5fab646
|
@ -51,7 +51,7 @@ public class TestDataCatalogueLib {
|
|||
*
|
||||
* @throws Exception the exception
|
||||
*/
|
||||
@Before
|
||||
//@Before
|
||||
public void before() throws Exception{
|
||||
factory = DataCatalogueFactory.getFactory();
|
||||
}
|
||||
|
@ -309,7 +309,7 @@ public class TestDataCatalogueLib {
|
|||
LOG.info("Created the group: "+ckanGroup);
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Test
|
||||
public void addResource() throws Exception {
|
||||
|
||||
ScopeProvider.instance.set(scope);
|
||||
|
|
Loading…
Reference in New Issue