Yair Zaslavsky has uploaded a new change for review. Change subject: core: Adding batch procedure call test to excludes part ......................................................................
core: Adding batch procedure call test to excludes part This makes sure that it won't be run during unit-tests Change-Id: I75333a557917d449c27836697773f1bbfe3b83b7 Signed-off-by: Yair Zaslavsky <[email protected]> --- M backend/manager/modules/dal/pom.xml 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/56/16056/1 diff --git a/backend/manager/modules/dal/pom.xml b/backend/manager/modules/dal/pom.xml index 5085cd9..092fb4f 100644 --- a/backend/manager/modules/dal/pom.xml +++ b/backend/manager/modules/dal/pom.xml @@ -179,6 +179,7 @@ <excludes> <exclude>**/*D??Test*.java</exclude> <exclude>**/DBConfigUtilsTest.java</exclude> + <exclude>**/BatchProcedureCallTest.java</exclude> </excludes> </configuration> </plugin> -- To view, visit http://gerrit.ovirt.org/16056 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I75333a557917d449c27836697773f1bbfe3b83b7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
