]> www.fi.muni.cz Git - evince.git/commitdiff
Use C locale in tests.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 25 Dec 2006 12:09:00 +0000 (12:09 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Mon, 25 Dec 2006 12:09:00 +0000 (12:09 +0000)
2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
* test/test1.py:
* test/test2.py:
Use C locale in tests.

ChangeLog
test/test1.py
test/test2.py

index 361fc71d71a3e6ea4d60832d77d93ef176f10e89..4fda983885735d32b0798aac3f90ebd463b4e038 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * test/test1.py:
+       * test/test2.py:
+
+       Use C locale in tests. 
+
 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (ev_window_run_presentation):
index 220cb836482851a05e3408c7cf37a01432beccb6..6822c7f03229eb4277d360ee166902ecfaa9ec15 100755 (executable)
@@ -3,7 +3,7 @@
 # This test opens the interface and just clicks around a bit.
 
 import os
-os.environ['LANG']='en_US.UTF-8'
+os.environ['LANG']='C'
 
 from dogtail.procedural import *
 
index e42fca0f3ac7dddc0a943eef8a688cef656163b1..d85ba8b8fe0ab2ff0a09b3cebc9443b65fe816e3 100755 (executable)
@@ -3,7 +3,7 @@
 # This test opens a password encrypted file and tries to unlock it.
 
 import os
-os.environ['LANG']='en_US.UTF-8'
+os.environ['LANG']='C'
 
 from dogtail.procedural import *