File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
server/src/test/java/org/apache/cloudstack/backup Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -565,6 +565,8 @@ public void testCreateScheduledBackup() throws ResourceAllocationException {
565565 when (oldestBackupVO .getId ()).thenReturn (oldestBackupId );
566566 when (oldestBackupVO .getVmId ()).thenReturn (vmId );
567567 when (oldestBackupVO .getBackupOfferingId ()).thenReturn (backupOfferingId );
568+ when (oldestBackupVO .getZoneId ()).thenReturn (zoneId );
569+ when (oldestBackupVO .getAccountId ()).thenReturn (accountId );
568570
569571 when (backupDao .findById (backupId )).thenReturn (backupVO );
570572 List <BackupVO > backups = new ArrayList <>(List .of (oldestBackupVO ));
Original file line number Diff line number Diff line change 9595 </template >
9696 <a-input v-model:value =" form.size" />
9797 </a-form-item >
98+ </div >
9899 <div :span =" 24" class =" action-button" >
99100 <a-button @click =" closeModal" >{{ $t('label.cancel') }}</a-button >
100101 <a-button type =" primary" ref =" submit" @click =" handleSubmit" >{{ $t('label.ok') }}</a-button >
You can’t perform that action at this time.
0 commit comments