Change in ovirt-engine[master]: restpi: BackendStorageDomainResourceTest#testRemoveWithHostId

Juan Hernandez has submitted this change and it was merged. Change subject: restpi: BackendStorageDomainResourceTest#testRemoveWithHostId ...................................................................... restpi: BackendStorageDomainResourceTest#testRemoveWithHostId This method was declared as a JUnit 3 style test (public void method with no arguments and a name that starts with the word "test"), but the class is run under a JUnit 4 runner, so this test is never run. This patch adds the required @Test annotation to make it a real test. Change-Id: Id7621976443322c43cebf8e3d50f11600081ca57 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendStorageDomainResourceTest.java 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Juan Hernandez: Looks good to me, approved; Passed CI tests Allon Mureinik: Verified -- To view, visit https://gerrit.ovirt.org/56755 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id7621976443322c43cebf8e3d50f11600081ca57 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
juan.hernandez@redhat.com