2007-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* test/Makefile.am:
* test/test-mime.bin:
* test/test3.py:
Added test for slow mime type
svn path=/trunk/; revision=2301
+2007-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * test/Makefile.am:
+ * test/test-mime.bin:
+ * test/test3.py:
+
+ Added test for slow mime type
+
2007-02-06 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-page-cache.c: (ev_page_cache_finalize):
-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
--- /dev/null
+#!/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')