Skip to content

Commit 8fc0c93

Browse files
weizhouapacheLocharla, Sandeep
authored andcommitted
Veeam: use pre-defined object mapper (apache#10715)
1 parent 6848e30 commit 8fc0c93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/backup/veeam/src/test/java/org/apache/cloudstack/backup/veeam/VeeamClientTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,9 @@ public void testListVmRestorePointsViaVeeamAPI() {
483483
" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\n" +
484484
" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n" +
485485
" xmlns=\"http://www.veeam.com/ent/v1.0\">\n" +
486-
" <VmRestorePoint Href=\"https://10.0.3.142:9398/api/vmRestorePoints/f6d504cf-eafe-4cd2-8dfc-e9cfe2f1e977?format=Entity\" Type=\"VmRestorePoint\" Name=\"i-2-4-VM@2023-11-03 16:26:12.209913\" UID=\"urn:veeam:VmRestorePoint:f6d504cf-eafe-4cd2-8dfc-e9cfe2f1e977\" VmDisplayName=\"i-2-4-VM\">\n" +
486+
" <VmRestorePoint Href=\"https://10.0.3.142:9398/api/vmRestorePoints/f6d504cf-eafe-4cd2-8dfc-e9cfe2f1e977?format=Entity\"" +
487+
" Type=\"VmRestorePoint\" Name=\"i-2-4-VM@2023-11-03 16:26:12.209913\" UID=\"urn:veeam:VmRestorePoint:f6d504cf-eafe-4cd2-8dfc-e9cfe2f1e977\"" +
488+
" VmDisplayName=\"i-2-4-VM\" SqlInfo=\"SqlInfo\">\n" +
487489
" <Links>\n" +
488490
" <Link Href=\"https://10.0.3.142:9398/api/vmRestorePoints/f6d504cf-eafe-4cd2-8dfc-e9cfe2f1e977?action=restore\" Rel=\"Restore\" />\n" +
489491
" <Link Href=\"https://10.0.3.142:9398/api/backupServers/18cc2a81-1ff0-42cd-8389-62f2bbcc6b7f\" Name=\"10.0.3.142\" Type=\"BackupServerReference\" Rel=\"Up\" />\n" +

0 commit comments

Comments
 (0)