From d4ab67ff12720f2768b54227960640bc83ba9a77 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 25 Dec 2006 12:09:00 +0000 Subject: [PATCH] Use C locale in tests. 2006-12-25 Carlos Garcia Campos * test/test1.py: * test/test2.py: Use C locale in tests. --- ChangeLog | 7 +++++++ test/test1.py | 2 +- test/test2.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 361fc71d..4fda9838 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-25 Carlos Garcia Campos + + * test/test1.py: + * test/test2.py: + + Use C locale in tests. + 2006-12-24 Carlos Garcia Campos * shell/ev-window.c: (ev_window_run_presentation): diff --git a/test/test1.py b/test/test1.py index 220cb836..6822c7f0 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 * diff --git a/test/test2.py b/test/test2.py index e42fca0f..d85ba8b8 100755 --- a/test/test2.py +++ b/test/test2.py @@ -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 * -- 2.43.0