From fbf941ffee5fac41f1444102a116f8e23601c53e Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Wed, 07 Feb 2007 09:12:30 +0000 Subject: Added test for slow mime type 2007-02-07 Nickolay V. Shmyrev * test/Makefile.am: * test/test-mime.bin: * test/test3.py: Added test for slow mime type svn path=/trunk/; revision=2301 --- (limited to 'test/test3.py') diff --git a/test/test3.py b/test/test3.py new file mode 100755 index 0000000..adfbd9d --- /dev/null +++ b/test/test3.py @@ -0,0 +1,15 @@ +#!/usr/bin/python + +# This test opens a password encrypted file and tries to unlock it. + +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') -- cgit v0.9.1