summaryrefslogtreecommitdiff
path: root/test/test6.py
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-09 18:44:56 -0300
committerPerberos <[email protected]>2011-11-09 18:44:56 -0300
commitda7bb154d27d3b872867223a5df60df8f5fb6e7d (patch)
treec1a40fbb481956cf2fda2263bf78389622eba0a5 /test/test6.py
parent342e9e9bf91625bf6f0102fb7bbc652dea222064 (diff)
downloadatril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.bz2
atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.xz
renaming evince to atril
Diffstat (limited to 'test/test6.py')
-rwxr-xr-xtest/test6.py4
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')