Moti Asayag has uploaded a new change for review. Change subject: engine: Modify excepted exception to match impl ......................................................................
engine: Modify excepted exception to match impl The patch modifies the expected exception to the correct package so test could pass successfully. Change-Id: I016ced1da2d86e27497149fac82fea832ce01a1e Signed-off-by: Moti Asayag <masa...@redhat.com> --- M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/NetworkDAOHibernateImplTest.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/05/10005/1 diff --git a/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/NetworkDAOHibernateImplTest.java b/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/NetworkDAOHibernateImplTest.java index 0989f28..e578088 100644 --- a/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/NetworkDAOHibernateImplTest.java +++ b/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/NetworkDAOHibernateImplTest.java @@ -2,10 +2,10 @@ import static org.mockito.Mockito.mock; +import org.apache.commons.lang.NotImplementedException; import org.junit.Before; import org.junit.Test; import org.ovirt.engine.core.compat.Guid; -import org.ovirt.engine.core.compat.NotImplementedException; /** * A sparse test case for {@link NetworkDAOHibernateImpl} -- To view, visit http://gerrit.ovirt.org/10005 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I016ced1da2d86e27497149fac82fea832ce01a1e 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