From: Bruno Haible Date: Fri, 19 Oct 2018 23:01:56 +0000 (+0200) Subject: Tests: Update comments. X-Git-Tag: v0.20~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc899c609f6a8411764a6e1282512253cbecfc5;p=thirdparty%2Fgettext.git Tests: Update comments. * gettext-tools/tests/lang-python-1: Update comment about Python versions. * gettext-tools/tests/lang-python-2: Likewise. * gettext-tools/tests/lang-pascal: Update comment about fpk versions. --- diff --git a/gettext-tools/tests/lang-pascal b/gettext-tools/tests/lang-pascal index cd2e95715..23c71ea1b 100755 --- a/gettext-tools/tests/lang-pascal +++ b/gettext-tools/tests/lang-pascal @@ -4,9 +4,9 @@ # Test of gettext facilities in the Object Pascal language. # Assumes the following packages are installed: fpk. -# Note: This test fails with fpk 1.0.10 when an UTF-8 locale is present, -# because fpk ignores the locale's encoding. It supports only unibyte locales. -# This here is a quick workaround: +# Note: This test fails with fpk 1.0.10 ... 3.0.0 when an UTF-8 locale is +# present, because fpk ignores the locale's encoding. It supports only unibyte +# locales. This here is a quick workaround: UTF8_LOCALE_UNSUPPORTED=yes cat <<\EOF > pascalprog.pp diff --git a/gettext-tools/tests/lang-python-1 b/gettext-tools/tests/lang-python-1 index 5d482fbea..4e5acd9cc 100755 --- a/gettext-tools/tests/lang-python-1 +++ b/gettext-tools/tests/lang-python-1 @@ -3,7 +3,7 @@ # Test of gettext facilities in the Python language. -# Note: This test fails with Python 2.3, 2.4 when an UTF-8 locale is present. +# Note: This test fails with Python 2.3 ... 2.7 when an UTF-8 locale is present. # It looks like a bug in Python's gettext.py. This here is a quick workaround: UTF8_LOCALE_UNSUPPORTED=yes diff --git a/gettext-tools/tests/lang-python-2 b/gettext-tools/tests/lang-python-2 index 99e72e8cc..c1af9275a 100755 --- a/gettext-tools/tests/lang-python-2 +++ b/gettext-tools/tests/lang-python-2 @@ -4,7 +4,7 @@ # Test of gettext facilities (including plural handling) in the Python # language. -# Note: This test fails with Python 2.3, 2.4 when an UTF-8 locale is present. +# Note: This test fails with Python 2.3 ... 2.7 when an UTF-8 locale is present. # It looks like a bug in Python's gettext.py. This here is a quick workaround: UTF8_LOCALE_UNSUPPORTED=yes