Arik Hadas has uploaded a new change for review.

Change subject: webadmin: fix typo in ExistingPoolNameLengthValidationTest
......................................................................

webadmin: fix typo in ExistingPoolNameLengthValidationTest

The method getPoolName_noVmsAlloved was renamed to
getPoolName_noVmsAllowed

Change-Id: Ie693aadb492502966dcfcaedbba29388b5978994
Signed-off-by: Arik Hadas <aha...@redhat.com>
---
M 
frontend/webadmin/modules/uicommonweb/src/test/java/org/ovirt/engine/ui/uicommonweb/validation/ExistingPoolNameLengthValidationTest.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/44/11844/1

diff --git 
a/frontend/webadmin/modules/uicommonweb/src/test/java/org/ovirt/engine/ui/uicommonweb/validation/ExistingPoolNameLengthValidationTest.java
 
b/frontend/webadmin/modules/uicommonweb/src/test/java/org/ovirt/engine/ui/uicommonweb/validation/ExistingPoolNameLengthValidationTest.java
index da29cf4..5abecd5 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/test/java/org/ovirt/engine/ui/uicommonweb/validation/ExistingPoolNameLengthValidationTest.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/test/java/org/ovirt/engine/ui/uicommonweb/validation/ExistingPoolNameLengthValidationTest.java
@@ -10,7 +10,7 @@
 public class ExistingPoolNameLengthValidationTest {
 
     @Test
-    public void getPoolName_noVmsAlloved() {
+    public void getPoolName_noVmsAllowed() {
         assertGeneratesCorrect(5, 4, 0);
     }
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie693aadb492502966dcfcaedbba29388b5978994
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <aha...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to