From: Bruno Haible Date: Wed, 6 Sep 2006 12:09:42 +0000 (+0000) Subject: Update expected output. X-Git-Tag: 0.16.x-branchpoint~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b45a9b79155cc86e1b6eb05f8ec869afd80ac37;p=thirdparty%2Fgettext.git Update expected output. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 361642162..4de0f61eb 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,10 @@ +2006-09-06 Bruno Haible + + * msgfmt-12: Update expected output. + * format-c-3: Likewise. + * format-c-4: Likewise. + * format-c-5: Likewise. + 2006-08-28 Bruno Haible * xgettext-scheme-2: New file. diff --git a/gettext-tools/tests/format-c-3 b/gettext-tools/tests/format-c-3 index 5aa21c3d6..495fa181a 100755 --- a/gettext-tools/tests/format-c-3 +++ b/gettext-tools/tests/format-c-3 @@ -37,11 +37,8 @@ tmpfiles="$tmpfiles de.po.tmp" : ${MSGUNFMT=msgunfmt} ${MSGUNFMT} -o de.po.tmp de/LC_MESSAGES/fc3.mo -tmpfiles="$tmpfiles de.po.strip" -sed 1d < de.po > de.po.strip - : ${DIFF=diff} -${DIFF} de.po.strip de.po.tmp || exit 1 +${DIFF} de.po de.po.tmp || exit 1 LANGUAGE= ./fc3 de_DE result=$? diff --git a/gettext-tools/tests/format-c-4 b/gettext-tools/tests/format-c-4 index 068b8d534..fcfe2e901 100755 --- a/gettext-tools/tests/format-c-4 +++ b/gettext-tools/tests/format-c-4 @@ -41,11 +41,8 @@ tmpfiles="$tmpfiles de.po.tmp" : ${MSGUNFMT=msgunfmt} ${MSGUNFMT} -o de.po.tmp de/LC_MESSAGES/fc4.mo -tmpfiles="$tmpfiles de.po.strip" -sed 1d < de.po > de.po.strip - : ${DIFF=diff} -${DIFF} de.po.strip de.po.tmp || exit 1 +${DIFF} de.po de.po.tmp || exit 1 LANGUAGE= ./fc4 de_DE result=$? diff --git a/gettext-tools/tests/format-c-5 b/gettext-tools/tests/format-c-5 index 00077afa6..469eef7e5 100755 --- a/gettext-tools/tests/format-c-5 +++ b/gettext-tools/tests/format-c-5 @@ -38,11 +38,8 @@ tmpfiles="$tmpfiles fa.po.tmp" : ${MSGUNFMT=msgunfmt} ${MSGUNFMT} -o fa.po.tmp fa/LC_MESSAGES/fc5.mo -tmpfiles="$tmpfiles fa.po.strip" -sed 1d < fa.po > fa.po.strip - : ${DIFF=diff} -${DIFF} fa.po.strip fa.po.tmp || exit 1 +${DIFF} fa.po fa.po.tmp || exit 1 LANGUAGE= ./fc5 fa_IR case $? in diff --git a/gettext-tools/tests/msgfmt-12 b/gettext-tools/tests/msgfmt-12 index 565a32b87..23b376f6f 100755 --- a/gettext-tools/tests/msgfmt-12 +++ b/gettext-tools/tests/msgfmt-12 @@ -40,9 +40,11 @@ msgstr "Content-Type: text/plain; charset=ISO-8859-1\n" msgid " errors" msgstr " Fehler" +#, c-format msgid "File size is: %" msgstr "Dateigröße ist: %" +#, c-format msgid "File age is %10 microseconds" msgstr "Datei ist %10 Mikrosekunden alt." EOF