Restored wrong commit
This commit is contained in:
parent
26aa96ae37
commit
95d6cdd699
|
@ -502,10 +502,10 @@ public class ContextManagementTest extends ContextTest {
|
||||||
logger.debug("{}", context);
|
logger.debug("{}", context);
|
||||||
}
|
}
|
||||||
|
|
||||||
//@Ignore
|
@Ignore
|
||||||
@Test
|
// @Test
|
||||||
public void deleteContext() throws ResourceRegistryException, IOException {
|
public void deleteContext() throws ResourceRegistryException, IOException {
|
||||||
Context context = read(UUID.fromString("5866f58d-fff2-4ae6-ae1a-a16727d44407"));
|
Context context = read(UUID.fromString(""));
|
||||||
delete(context);
|
delete(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue