Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test/test1.py
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-12-25 12:09:00 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-12-25 12:09:00 (GMT)
commitd4ab67ff12720f2768b54227960640bc83ba9a77 (patch)
treecc7fac6a34971a22e81ffa97ea3ad3f3467dd470 /test/test1.py
parent3ea0980a3708ab5e73e72d3e7ed8a7753367eeaa (diff)
Use C locale in tests.
2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org> * test/test1.py: * test/test2.py: Use C locale in tests.
Diffstat (limited to 'test/test1.py')
-rwxr-xr-xtest/test1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test1.py b/test/test1.py
index 220cb83..6822c7f 100755
--- a/test/test1.py
+++ b/test/test1.py
@@ -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 *