From e874b41c5b8efd3b8187bec1b301fdd64f67789c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 21 May 2010 17:33:15 -0400 Subject: Fix this test to work from source tree root It would work if you ran the test from its location in tests/test_ipalib but this isn't the most common method. If you want to run it individually you can do: $ ./make-test tests/test_ipalib/test_text.py --- tests/test_ipalib/test_text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_ipalib/test_text.py b/tests/test_ipalib/test_text.py index 580c68f70..ac156fe03 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