evince r3329 - trunk/test



Author: nshmyrev
Date: Mon Jan  5 17:54:03 2009
New Revision: 3329
URL: http://svn.gnome.org/viewvc/evince?rev=3329&view=rev

Log:
Fixes for the test due to gnome-keyring string change



Modified:
   trunk/test/test2.py

Modified: trunk/test/test2.py
==============================================================================
--- trunk/test/test2.py	(original)
+++ trunk/test/test2.py	Mon Jan  5 17:54:03 2009
@@ -14,14 +14,14 @@
 focus.dialog('Enter password')
 focus.widget('Password Entry', roleName='password text')
 type('wrong password')
-click('OK', roleName='push button')
+click('Unlock Document', roleName='push button')
 click('Cancel', roleName='push button')
 
 # Try again with the correct password
 click('Unlock Document', roleName='push button')
 focus.widget('Password Entry', roleName='password text')
 type('Foo')
-click('OK', roleName='push button')
+click('Unlock Document', roleName='push button')
 
 # Close evince
 click('File', roleName='menu')



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]