[node-patches] Change in ovirt-node[master]: tests: Fix caps lock string

fabiand at fedoraproject.org fabiand at fedoraproject.org
Thu Nov 8 14:00:49 UTC 2012


Fabian Deutsch has uploaded a new change for review.

Change subject: tests: Fix caps lock string
......................................................................

tests: Fix caps lock string

The wording changed a bit (Caps Lock vs Caps lock) and the testcase was
adjusted accordingly.

Change-Id: Ifb0c6c19fa2d2c36f63f3aa9de87430af98dc385
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M tests/igor/tcs/uinput/installer/06_password_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/23/9123/1

diff --git a/tests/igor/tcs/uinput/installer/06_password_page.py b/tests/igor/tcs/uinput/installer/06_password_page.py
index fb3723e..d84f816 100644
--- a/tests/igor/tcs/uinput/installer/06_password_page.py
+++ b/tests/igor/tcs/uinput/installer/06_password_page.py
@@ -26,7 +26,7 @@
 # Check if the Caps Lock hint appears
 story += [
     # Actiavte Caps Lock and change the field, hint appears
-    ([common.input.uinput.KEY_CAPSLOCK, "\t"],    5,  "Hint: Caps Lock is on"),
+    ([common.input.uinput.KEY_CAPSLOCK, "\t"],    5,  "Hint: Caps lock is on"),
     # Deactivate Caps Lock and tab until back in password field
     ([common.input.uinput.KEY_CAPSLOCK, "\t\t\t\t"],    0,  None) # FIXME negative case
 ]


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifb0c6c19fa2d2c36f63f3aa9de87430af98dc385
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list