diff options
author | Bruno Haible <bruno@clisp.org> | 2001-03-11 16:15:20 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-03-11 16:15:20 +0000 |
commit | e0d46c88d40eaf9d61209de1e0f0d47d75bf7029 (patch) | |
tree | 8ba5995df08c8cca884b63eec166894e73bd9e78 /tests | |
parent | 23f4da6ffcadfa9b0afe2ca0635150d1f4bcc65a (diff) | |
download | external_gettext-e0d46c88d40eaf9d61209de1e0f0d47d75bf7029.zip external_gettext-e0d46c88d40eaf9d61209de1e0f0d47d75bf7029.tar.gz external_gettext-e0d46c88d40eaf9d61209de1e0f0d47d75bf7029.tar.bz2 |
Use ngettext where possible.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 6 | ||||
-rwxr-xr-x | tests/msgcmp-2 | 2 | ||||
-rwxr-xr-x | tests/msgmerge-2 | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 56271dc..f43bde1 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,11 @@ 2001-03-10 Bruno Haible <haible@clisp.cons.org> + * msgcmp-2: Expect a singular error message. + * msgmerge-2: Likewise. + * xg-test1.ok.po: Regenerated. + +2001-03-10 Bruno Haible <haible@clisp.cons.org> + * Makefile.am (LDADD): Define depending on @USE_INCLUDED_LIBINTL@. (LDADD_yes, LDADD_no): New variables. When @USE_INCLUDED_LIBINTL@ = no, use both ../intl/libgnuintl.a and @INTLLIBS@ instead of diff --git a/tests/msgcmp-2 b/tests/msgcmp-2 index b0bbc91..d7a67da 100755 --- a/tests/msgcmp-2 +++ b/tests/msgcmp-2 @@ -31,7 +31,7 @@ cat <<EOF > mc-test2.ok mc-test2.in2:1: this message is used but not defined... mc-test2.in1:3: ...but this definition is similar mc-test2.in1:4: warning: this message is not used -found 1 fatal errors +found 1 fatal error EOF : ${DIFF=diff} diff --git a/tests/msgmerge-2 b/tests/msgmerge-2 index 73f8249..8a37b12 100755 --- a/tests/msgmerge-2 +++ b/tests/msgmerge-2 @@ -30,7 +30,7 @@ tmpfiles="$tmpfiles mm-test2.ok" cat << EOF > mm-test2.ok mm-test2.in1:3: duplicate message definition mm-test2.in1:1: ...this is the location of the first definition -found 1 fatal errors +found 1 fatal error EOF : ${DIFF=diff} |