Change in ovirt-engine[master]: engine: refactor VnicProfileDaoTest to use assertFalse/True

Alona Kaplan has submitted this change and it was merged. Change subject: engine: refactor VnicProfileDaoTest to use assertFalse/True ...................................................................... engine: refactor VnicProfileDaoTest to use assertFalse/True replace assertEquals(true, actual) with assertTrue(actual) and assertEquals(false, actual) with assertFalase(actual) Change-Id: Ia451871e45adcbd6110d49759c6122c23548c33a Signed-off-by: Alona Kaplan <alkaplan@redhat.com> --- M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/network/VnicProfileDaoTest.java 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Alona Kaplan: Verified Moti Asayag: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/39002 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia451871e45adcbd6110d49759c6122c23548c33a Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
alkaplan@redhat.com