summaryrefslogtreecommitdiff
path: root/test/test2.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/test2.py
parent342e9e9bf91625bf6f0102fb7bbc652dea222064 (diff)
downloadatril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.bz2
atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.xz
renaming evince to atril
Diffstat (limited to 'test/test2.py')
-rwxr-xr-xtest/test2.py4
1 files changed, 2 insertions, 2 deletions
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')