Ayal Baron has posted comments on this change.

Change subject: core: ImportVm test cleanup: Use StringUtil.repeat
......................................................................


Patch Set 8: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ImportVmCommandTest.java
Line 66:     }
Line 67: 
Line 68:     @Test
Line 69:     public void testValidateNameSizeImportAsCloned() {
Line 70:         checkVmName(true, StringUtils.repeat("aA0._", 60));
sorry for the nit, but I would create a constant so that when we change the 
allowed char set it would require changing a single line and not every test.
Line 71:     }
Line 72: 
Line 73:     @Test
Line 74:     public void testDoNotValidateNameSizeImport() {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I1f04e067e8bce2c6cd1010f83a44809a3c8c464c
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Alissa Bonas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Aravot <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to