Allon Mureinik has uploaded a new change for review. Change subject: core: Enable GlusterCoreUtilTest.testContainsBrick ......................................................................
core: Enable GlusterCoreUtilTest.testContainsBrick Added the @Test annotation so this test is actually run. Change-Id: I2c1ffa0023294d93d04942c84bc2ac3e6c63f025 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/gluster/GlusterCoreUtilTest.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/03/22003/1 diff --git a/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/gluster/GlusterCoreUtilTest.java b/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/gluster/GlusterCoreUtilTest.java index 3698a65..a50d673 100644 --- a/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/gluster/GlusterCoreUtilTest.java +++ b/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/gluster/GlusterCoreUtilTest.java @@ -54,6 +54,7 @@ assertEquals(brick1.getId(), brick.getId()); } + @Test public void testContainsBrick() { List<GlusterBrickEntity> bricks = new ArrayList<GlusterBrickEntity>(); bricks.add(brick1); -- To view, visit http://gerrit.ovirt.org/22003 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2c1ffa0023294d93d04942c84bc2ac3e6c63f025 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
