Allon Mureinik has submitted this change and it was merged.
Change subject: core: Remove @Ignore annotations from TestHelper
......................................................................
core: Remove @Ignore annotations from TestHelper
TestHelper is not a test class (i.e., has no methods annotated with
@Test and does not extend the legacy org.junit.TestCase), so annotating
it or any of its methods with @Ignore is pointless.
Change-Id: Ibfa304bbaf1b20007ce1510d483dab395de2208b
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M
backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/test/util/TestHelper.java
1 file changed, 0 insertions(+), 5 deletions(-)
Approvals:
Allon Mureinik: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/23717
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibfa304bbaf1b20007ce1510d483dab395de2208b
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server