2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
* test/test1.py:
* test/test2.py:
Re-add locale settings to test files.
+2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
+
+ * test/test1.py:
+ * test/test2.py:
+
+ Re-add locale settings to test files.
+
2006-10-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* data/evince-ui.xml:
2006-10-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* data/evince-ui.xml:
# This test opens the interface and just clicks around a bit.
# This test opens the interface and just clicks around a bit.
+import os
+os.environ['LANG']='en_US.UTF-8'
+
from dogtail.procedural import *
run('evince')
from dogtail.procedural import *
run('evince')
# This test opens a password encrypted file and tries to unlock it.
# This test opens a password encrypted file and tries to unlock it.
+import os
+os.environ['LANG']='en_US.UTF-8'
+
from dogtail.procedural import *
run('evince', arguments=' ./test-encrypt.pdf',)
from dogtail.procedural import *
run('evince', arguments=' ./test-encrypt.pdf',)