summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-17 10:15:35 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-17 10:15:35 +0000
commitd222d52563e6cecf08e22d0d2ae3127d426f8727 (patch)
tree54506284995d119f3ac1d8ac805eed17483f68eb
parent53f2a89851331f08b3e3605b2bc3e48b202bb00d (diff)
downloadlasso-d222d52563e6cecf08e22d0d2ae3127d426f8727.tar.gz
lasso-d222d52563e6cecf08e22d0d2ae3127d426f8727.tar.xz
lasso-d222d52563e6cecf08e22d0d2ae3127d426f8727.zip
Tests integration: force C locale
* tests/integration/saml2/__init__.py: authentic now use 'system locale' by default, so force C locale to get english IHM string to make twill happy.
-rw-r--r--tests/integration/saml2/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/saml2/__init__.py b/tests/integration/saml2/__init__.py
index 996faf3d..0080258f 100644
--- a/tests/integration/saml2/__init__.py
+++ b/tests/integration/saml2/__init__.py
@@ -32,6 +32,7 @@ LASSO_BUILDDIR = os.environ.get('LASSO_BUILDDIR') or \
CONFIG.get('LASSO_BUILDDIR') or \
os.path.realpath(os.path.join(os.path.dirname(__file__), "..", "..", ".."))
+os.environ['LANG'] = 'C'
os.environ['LD_LIBRARY_PATH'] = os.path.join(LASSO_BUILDDIR, "lasso", ".libs") + ":" + \
os.environ.get('LD_LIBRARY_PATH', '')
os.environ['PYTHONPATH'] = os.path.join(LASSO_BUILDDIR, "bindings", "python") + \