Yair Zaslavsky has submitted this change and it was merged.
Change subject: core: Commented out right TransactionSupprotTest
......................................................................
core: Commented out right TransactionSupprotTest
A previous patch (with change id
9a4433b790ce28da5bfd7861ebb007e9a7bcacb7) commented out a bunch of tests
that use PowerMock. Among them,
org.ovirt.engine.core.utils.TransactionSupportTest was commented out by
mistake - the patch was supposed to comment out
org.engine.core.utils.transaction.TransactionSupportTest.
This patch rectifies this mistake.
Note that uncommenting
org.ovirt.engine.core.utils.TransactionSupportTest is somewhat
pointless, since it's flagged with @Ignore anyway, but it's done for
completeness sake.
Change-Id: Id031f8d74ff21bfd5738f24644521decaa2c9f66
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/utils/TransactionSupportTest.java
M
backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/transaction/TransactionSupportTest.java
2 files changed, 601 insertions(+), 600 deletions(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/7536
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id031f8d74ff21bfd5738f24644521decaa2c9f66
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: Mike Kolesnik <mkolesni(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>