Allon Mureinik has uploaded a new change for review. Change subject: core: ImportVm test cleanup: make constant static ......................................................................
core: ImportVm test cleanup: make constant static Added the static modifier to the string100 constant. Change-Id: I1f04e067e8bce2c6cd1010f83a44809a3c8c464c Signed-off-by: Allon Mureinik <amure...@redhat.com> --- M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ImportVmCommandTest.java 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/19/9619/1 diff --git a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ImportVmCommandTest.java b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ImportVmCommandTest.java index 3d2a858..0af0937 100644 --- a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ImportVmCommandTest.java +++ b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ImportVmCommandTest.java @@ -69,7 +69,7 @@ return v; } - private final String string100 = "0987654321" + + private static final String string100 = "0987654321" + "0987654321" + "0987654321" + "0987654321" + @@ -145,5 +145,4 @@ command.getValidationGroups().toArray(new Class<?>[0])); assertTrue(validate.isEmpty()); } - } -- To view, visit http://gerrit.ovirt.org/9619 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1f04e067e8bce2c6cd1010f83a44809a3c8c464c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amure...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches