]> www.fi.muni.cz Git - evince.git/commitdiff
Re-add locale settings to test files.
authorWouter Bolsterlee <wbolster@cvs.gnome.org>
Sun, 29 Oct 2006 13:29:23 +0000 (13:29 +0000)
committerWouter Bolsterlee <wbolster@src.gnome.org>
Sun, 29 Oct 2006 13:29:23 +0000 (13:29 +0000)
2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

* test/test1.py:
* test/test2.py:

Re-add locale settings to test files.

ChangeLog
test/test1.py
test/test2.py

index 215c6c61aaa7e38651901fdf690e5f28f34c80e3..51dd184c2f83de3f92c4aa4eea010aef9efec9b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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:
index d3abed300b89aa9072ad118b302c44effe1a7510..220cb836482851a05e3408c7cf37a01432beccb6 100755 (executable)
@@ -2,6 +2,9 @@
 
 # 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')
index c0958c857ec0870396647e559b320531b2f6ce37..e42fca0f3ac7dddc0a943eef8a688cef656163b1 100755 (executable)
@@ -2,6 +2,9 @@
 
 # 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',)