Added hidden test

This commit is contained in:
Luca Frosini 2021-01-21 14:44:35 +01:00
parent 342d89185c
commit ab8b77ba65
1 changed files with 11 additions and 0 deletions

View File

@ -195,6 +195,17 @@ public class ContextManagementTest extends ContextTest {
}
}
/*
@Test
public void createDelete() throws Exception {
Context contextA1 = new ContextImpl(CTX_NAME_A);
contextA1 = create(contextA1);
delete(contextA1);
logger.debug("The DB should be now clean");
}
*/
@Test
public void completeTest() throws Exception {
Context contextA1 = new ContextImpl(CTX_NAME_A);