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/test6.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test6.py') diff --git a/test/test6.py b/test/test6.py index 89b6e5d0..b7e3a2f2 100755 --- a/test/test6.py +++ b/test/test6.py @@ -12,7 +12,7 @@ from dogtail.procedural import * if os.path.exists(homedir + "output.ps"): os.unlink(homedir + "output.ps") -run('evince', arguments=' '+srcdir+'/test-page-labels.pdf') +run('atril', arguments=' '+srcdir+'/test-page-labels.pdf') click('File', roleName='menu') click('Print...', roleName='menu item') @@ -26,6 +26,6 @@ if statinfo.st_size > 100000: exit(1) os.unlink (homedir + "output.ps") -# Close evince +# Close atril click('File', roleName='menu') click('Close', roleName='menu item') -- cgit v1.2.1