Allon Mureinik has posted comments on this change.

Change subject: core: fix typos in CanDoActionTestUtils
......................................................................


Patch Set 2: I would prefer that you didn't submit this

(1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/CanDoActionTestUtils.java
Line 44:      *            The command to check canDoAction for.
Line 45:      */
Line 46:     public static void runAndAssertCanDoActionSuccess(CommandBase<?> 
command) {
Line 47:         boolean canDoAction = command.canDoAction();
Line 48:         assertTrue(MessageFormat.format("Command's canDoAction 
expected to succeed, but failed, messages are: {0}",
Same here.
Line 49:                 command.getReturnValue().getCanDoActionMessages()), 
canDoAction);
Line 50:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic85f211c57df6febd6f79c5127a6eb97d38d2710
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alissa Bonas <abo...@redhat.com>
Gerrit-Reviewer: Alissa Bonas <abo...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to