Doron Fediuck has posted comments on this change.

Change subject: core: QuotaManager Test - test 1
......................................................................


Patch Set 4: (2 inline comments)

....................................................
File 
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/quota/QuotaManagerTest.java
Line 290:     private List<QuotaStorage> getQuotaStorages(long storageSize, 
double storageSizeUsed) {
Line 291:         ArrayList<QuotaStorage> quotaStorages = new 
ArrayList<QuotaStorage>();
Line 292:         quotaStorages.add(getQuotaStorage(UNLIMITED_STORAGE, 0));
Line 293:         quotaStorages.add(getQuotaStorage(50, 5));
Line 294:         quotaStorages.get(0).setStorageId(new Guid());
Guid.NewGuid()
Line 295:         quotaStorages.get(1).setStorageId(new Guid());
Line 296:         quotaStorages.add(getQuotaStorage(storageSize, 
storageSizeUsed));
Line 297:         return quotaStorages;
Line 298:     }


Line 291:         ArrayList<QuotaStorage> quotaStorages = new 
ArrayList<QuotaStorage>();
Line 292:         quotaStorages.add(getQuotaStorage(UNLIMITED_STORAGE, 0));
Line 293:         quotaStorages.add(getQuotaStorage(50, 5));
Line 294:         quotaStorages.get(0).setStorageId(new Guid());
Line 295:         quotaStorages.get(1).setStorageId(new Guid());
Guid.NewGuid()
Line 296:         quotaStorages.add(getQuotaStorage(storageSize, 
storageSizeUsed));
Line 297:         return quotaStorages;
Line 298:     }
Line 299: 


--
To view, visit http://gerrit.ovirt.org/8439
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I374769dfcc4bb99de2e578d4267fb03484d9c63f
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: ofri masad <oma...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhorn...@redhat.com>
Gerrit-Reviewer: ofri masad <oma...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to