]> www.fi.muni.cz Git - evince.git/commitdiff
Fixes for the test due to gnome-keyring string change EVINCE_2_25_4
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 5 Jan 2009 17:54:03 +0000 (17:54 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 5 Jan 2009 17:54:03 +0000 (17:54 +0000)
svn path=/trunk/; revision=3329

test/test2.py

index ac6493adf7d3aae6205edab9bf35b5df2e1dceaa..ca06b66b88029f317250e0b3c1e7383b3ea628da 100755 (executable)
@@ -14,14 +14,14 @@ run('evince', arguments=' '+srcdir+'/test-encrypt.pdf')
 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')