diff options
author | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
commit | da7bb154d27d3b872867223a5df60df8f5fb6e7d (patch) | |
tree | c1a40fbb481956cf2fda2263bf78389622eba0a5 /test/test6.py | |
parent | 342e9e9bf91625bf6f0102fb7bbc652dea222064 (diff) | |
download | atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.bz2 atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.xz |
renaming evince to atril
Diffstat (limited to 'test/test6.py')
-rwxr-xr-x | test/test6.py | 4 |
1 files changed, 2 insertions, 2 deletions
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') |