Moti Asayag has uploaded a new change for review. Change subject: core: Moving JobRepository to bll project ......................................................................
core: Moving JobRepository to bll project The bll project is more appropriate for the JobRepository class, since it is bean-like object, rather than a plan DAO. The motivation to locate the file initially on the dal project was to inherit testing capabilities of the DbUnit as used by the rest of the DAOs. Change-Id: I4c49280ac0eae848a08706f1ba73755b7452cd2f Signed-off-by: Moti Asayag <[email protected]> --- R backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/JobRepository.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/JobRepositoryFactory.java R backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/JobRepositoryImpl.java A backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/job/JobRepositoryTest.java D backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/JobRepositoryDaoTest.java 5 files changed, 124 insertions(+), 106 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/96/4096/1 -- To view, visit http://gerrit.ovirt.org/4096 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4c49280ac0eae848a08706f1ba73755b7452cd2f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
