Allon Mureinik has uploaded a new change for review. Change subject: core: run VmDeviceTest.testSelfAndIdthentifyEquality ......................................................................
core: run VmDeviceTest.testSelfAndIdthentifyEquality testSelfAndIdentifyEquality() was missing the @Test annotation, and thus was never run. This patch rectifies that mistake. Change-Id: Ie441d2dd33b44f90dfd56a59317cd1589f0a42c5 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/businessentities/VmDeviceTest.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/98/21998/1 diff --git a/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/businessentities/VmDeviceTest.java b/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/businessentities/VmDeviceTest.java index a2ee71a..53aba63 100644 --- a/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/businessentities/VmDeviceTest.java +++ b/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/businessentities/VmDeviceTest.java @@ -7,7 +7,7 @@ public class VmDeviceTest { - + @Test public void testSelfAndIdentifyEquality() { Guid vmId = new Guid("b23ad6d7-0df8-4d69-b4e5-d5b5e90c2463"); Guid deviceId = new Guid("b23ad6d7-0df8-4d69-b4e5-d5b5e90c2464"); -- To view, visit http://gerrit.ovirt.org/21998 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie441d2dd33b44f90dfd56a59317cd1589f0a42c5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
