fixed test
This commit is contained in:
parent
e3aa414108
commit
17096d0b4c
|
@ -455,7 +455,6 @@ public class ERManagementTest extends ContextTest {
|
||||||
@Test
|
@Test
|
||||||
public void testCreateHostingNodeAndEService() throws Exception {
|
public void testCreateHostingNodeAndEService() throws Exception {
|
||||||
Map<String, Resource> map = ERManagementTest.createHostingNodeAndEService();
|
Map<String, Resource> map = ERManagementTest.createHostingNodeAndEService();
|
||||||
deleteResource(map.get(EService.NAME));
|
|
||||||
deleteResource(map.get(HostingNode.NAME));
|
deleteResource(map.get(HostingNode.NAME));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue