diff options
Diffstat (limited to 'test/test3.py')
-rwxr-xr-x | test/test3.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/test3.py b/test/test3.py new file mode 100755 index 00000000..56b90df1 --- /dev/null +++ b/test/test3.py @@ -0,0 +1,15 @@ +#!/usr/bin/python + +# This test opens a file with wrong extenstion. + +import os +os.environ['LANG']='C' +srcdir = os.environ['srcdir'] + +from dogtail.procedural import * + +run('evince', arguments=' '+srcdir+'/test-mime.bin') + +# Close evince +click('File', roleName='menu') +click('Close', roleName='menu item') |