Justin Clift has uploaded a new change for review. Change subject: engine: Fixing some minor typos. ......................................................................
engine: Fixing some minor typos. Change-Id: Ica96fc14cfa5d2ff90046a70abf9ec58b47beebd Signed-off-by: Justin Clift <[email protected]> --- M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmDAOTest.java 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/32/10732/1 diff --git a/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmDAOTest.java b/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmDAOTest.java index 2f38048..c0a7135 100644 --- a/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmDAOTest.java +++ b/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmDAOTest.java @@ -171,8 +171,8 @@ return ((VM)input).getId(); } }); - assertTrue("the recieved list didn't contain a expected VM", recieved.contains(FixturesTool.VM_RHEL5_POOL_60)); - assertTrue("the recieved list didn't contain a expected VM", recieved.contains(FixturesTool.VM_RHEL5_POOL_59)); + assertTrue("the received list didn't contain an expected VM", recieved.contains(FixturesTool.VM_RHEL5_POOL_60)); + assertTrue("the received list didn't contain an expected VM", recieved.contains(FixturesTool.VM_RHEL5_POOL_59)); } /** -- To view, visit http://gerrit.ovirt.org/10732 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ica96fc14cfa5d2ff90046a70abf9ec58b47beebd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Justin Clift <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
