mirror of https://github.com/apache/cloudstack.git
merge forwards fix
This commit is contained in:
parent
c298f8f360
commit
f5e75771bc
|
|
@ -1585,7 +1585,7 @@ public class BackupManagerTest {
|
|||
}
|
||||
|
||||
@Test(expected = CloudRuntimeException.class)
|
||||
public void testDeleteBackupBlockedByPendingJobs() {
|
||||
public void testDeleteBackupBlockedByPendingJobs() throws ResourceAllocationException {
|
||||
Long backupId = 1L;
|
||||
Long vmId = 2L;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue