Moti Asayag has uploaded a new change for review. Change subject: core: Cast parameter to fit expected type ......................................................................
core: Cast parameter to fit expected type Change-Id: I6ecd1798d96be59b9a1f03ac96dfb35a60d3efae Signed-off-by: Moti Asayag <masa...@redhat.com> --- M backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/ListUtilsTest.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/89/38789/1 diff --git a/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/ListUtilsTest.java b/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/ListUtilsTest.java index b73f8a9..7b10b35 100644 --- a/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/ListUtilsTest.java +++ b/backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/ListUtilsTest.java @@ -96,6 +96,6 @@ Assert.assertEquals("one", ListUtils.firstMatch(source, "one", "two")); Assert.assertEquals("one", ListUtils.firstMatch(source, "two", "one")); - Assert.assertEquals(null, ListUtils.firstMatch(source, null)); + Assert.assertEquals(null, ListUtils.firstMatch(source, (String[]) null)); } } -- To view, visit https://gerrit.ovirt.org/38789 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6ecd1798d96be59b9a1f03ac96dfb35a60d3efae Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <masa...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches