From da7bb154d27d3b872867223a5df60df8f5fb6e7d Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 18:44:56 -0300 Subject: renaming evince to atril --- test/test2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test2.py') diff --git a/test/test2.py b/test/test2.py index ca06b66b..910a8425 100755 --- a/test/test2.py +++ b/test/test2.py @@ -8,7 +8,7 @@ srcdir = os.environ['srcdir'] from dogtail.procedural import * -run('evince', arguments=' '+srcdir+'/test-encrypt.pdf') +run('atril', arguments=' '+srcdir+'/test-encrypt.pdf') # Try an incorrect password first focus.dialog('Enter password') @@ -23,6 +23,6 @@ focus.widget('Password Entry', roleName='password text') type('Foo') click('Unlock Document', roleName='push button') -# Close evince +# Close atril click('File', roleName='menu') click('Close', roleName='menu item') -- cgit v1.2.1