Fixed test
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@160157 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
12af8197c2
commit
eabfa329d2
|
@ -411,7 +411,7 @@ public class ContextManagementTest extends ScopedTest {
|
||||||
invalidDelete(contextA1);
|
invalidDelete(contextA1);
|
||||||
invalidDelete(contextA2);
|
invalidDelete(contextA2);
|
||||||
invalidDelete(contextB4);
|
invalidDelete(contextB4);
|
||||||
|
|
||||||
delete(contextA5);
|
delete(contextA5);
|
||||||
// ________A1________
|
// ________A1________
|
||||||
// ___A2_______B4____
|
// ___A2_______B4____
|
||||||
|
@ -451,7 +451,7 @@ public class ContextManagementTest extends ScopedTest {
|
||||||
return all;
|
return all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
// @Test
|
// @Test
|
||||||
public void deleteAll() throws Exception {
|
public void deleteAll() throws Exception {
|
||||||
List<Context> all = getAll();
|
List<Context> all = getAll();
|
||||||
|
@ -466,6 +466,7 @@ public class ContextManagementTest extends ScopedTest {
|
||||||
// all = getAll();
|
// all = getAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testGetAll() throws Exception {
|
public void testGetAll() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue