Liron Aravot has posted comments on this change.

Change subject: core: Fix err msg - disk locked on  MoveOrCopyDisk
......................................................................


Patch Set 5: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/MoveOrCopyDiskCommandTest.java
Line 167:         mockGetVmsListForDisk();
Line 168:     }
Line 169: 
Line 170:     private void mockGetAllForImage()
Line 171:     {
maybe singletonMap?
Line 172:         Map<Boolean, VmTemplate> map = new HashMap<Boolean, 
VmTemplate>();
Line 173:         map.put(true, new VmTemplate());
Line 174:         
doReturn(map).when(vmTemplateDao).getAllForImage(any(Guid.class));
Line 175:     }


--
To view, visit http://gerrit.ovirt.org/8694
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic91e8718181db7b55b59ca53ddc86e8f76ebd83c
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vered Volansky <vvola...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Vered Volansky <vvola...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to