]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tests: Update comments.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Oct 2018 23:01:56 +0000 (01:01 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Oct 2018 18:30:30 +0000 (20:30 +0200)
* 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.

gettext-tools/tests/lang-pascal
gettext-tools/tests/lang-python-1
gettext-tools/tests/lang-python-2

index cd2e9571557a5e345ef2d62be99902a8843dff52..23c71ea1b81a0f367d248a2fd2c2cd631de455cd 100755 (executable)
@@ -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
index 5d482fbeac0ae4de5755a02798f42b2b62bfb85f..4e5acd9cce78761248ccb5004fb7ed7ec15d5099 100755 (executable)
@@ -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
 
index 99e72e8cc454da241ac3dd7b76075cfdc2fce908..c1af9275ad8e5f3d8f8af29e8d316a384b13d5e1 100755 (executable)
@@ -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