From: Nickolay V. Shmyrev Date: Wed, 7 Feb 2007 09:12:30 +0000 (+0000) Subject: Added test for slow mime type X-Git-Tag: EVINCE_0_7_2~20 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=fbf941ffee5fac41f1444102a116f8e23601c53e;p=evince.git 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 --- diff --git a/ChangeLog b/ChangeLog index d955ee8f..66678853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-02-07 Nickolay V. Shmyrev + + * test/Makefile.am: + * test/test-mime.bin: + * test/test3.py: + + Added test for slow mime type + 2007-02-06 Carlos Garcia Campos * shell/ev-page-cache.c: (ev_page_cache_finalize): diff --git a/test/Makefile.am b/test/Makefile.am index dfdb5804..575fa98e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,6 @@ -dist_check_SCRIPTS = test1.py test2.py +dist_check_SCRIPTS = test1.py test2.py test3.py TESTS = $(dist_check_SCRIPTS) -EXTRA_DIST = test-encrypt.pdf test-links.pdf +EXTRA_DIST = test-encrypt.pdf test-links.pdf test-mime.bin diff --git a/test/test-mime.bin b/test/test-mime.bin new file mode 100644 index 00000000..0b1e6203 Binary files /dev/null and b/test/test-mime.bin differ diff --git a/test/test3.py b/test/test3.py new file mode 100755 index 00000000..adfbd9db --- /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')