Allon Mureinik has uploaded a new change for review. Change subject: core: Remove AddQuotaCommandTest unused members ......................................................................
core: Remove AddQuotaCommandTest unused members Change-Id: Iabfe7a106f09ff637d965c305e336ae85aa3a8d6 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AddQuotaCommandTest.java 1 file changed, 0 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/08/21608/1 diff --git a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AddQuotaCommandTest.java b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AddQuotaCommandTest.java index c36e173..ee8b3f8 100644 --- a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AddQuotaCommandTest.java +++ b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AddQuotaCommandTest.java @@ -14,8 +14,6 @@ import org.ovirt.engine.core.common.businessentities.Quota; import org.ovirt.engine.core.common.businessentities.QuotaStorage; import org.ovirt.engine.core.common.businessentities.QuotaVdsGroup; -import org.ovirt.engine.core.common.businessentities.StorageDomain; -import org.ovirt.engine.core.common.businessentities.StoragePool; import org.ovirt.engine.core.compat.Guid; import org.ovirt.engine.core.dao.QuotaDAO; @@ -28,10 +26,6 @@ * The command under test. */ private AddQuotaCommand command; - - StoragePool storagePool = new StoragePool(); - StorageDomain firstStorageDomains = new StorageDomain(); - StorageDomain secondStorageDomains = new StorageDomain(); @Before public void testSetup() { -- To view, visit http://gerrit.ovirt.org/21608 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iabfe7a106f09ff637d965c305e336ae85aa3a8d6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
