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
This commit is contained in:
Rob Crittenden 2010-05-21 17:33:15 -04:00
parent 1e963646b3
commit e874b41c5b

View File

@ -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