From f9ff041c5cd5ac11af2edb59cb7a707582193df6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 2 Aug 2010 14:36:33 -0400 Subject: Revert WebUI changes Reverted with: % git diff --binary HEAD..d4adbc8052faf18fb31e7b1865037aa107067d4b > revert.patch % git apply revert.patch % git commit -a --- tests/test_ipalib/test_text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_ipalib/test_text.py b/tests/test_ipalib/test_text.py index ac156fe03..580c68f70 100644 --- a/tests/test_ipalib/test_text.py +++ b/tests/test_ipalib/test_text.py @@ -70,8 +70,8 @@ def test_gettext(): art the string "foo" would render as: "-->foo<--" ''' - localedir='install/po/test_locale' - test_file='install/po/test.po' + localedir='../../install/po/test_locale' + test_file='../../install/po/test.po' # The test installs the test message catalog under the en_US # (e.g. U.S. English) language. It would be nice to use a dummy -- cgit