From: Gustavo André dos Santos Lopes Date: Sat, 5 May 2012 22:15:47 +0000 (+0100) Subject: Fixed MessageFormatter subformat tests. X-Git-Tag: php-5.5.0alpha1~206^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1621485ad7c9b02b4df42c21a472223fe106f51;p=php Fixed MessageFormatter subformat tests. --- diff --git a/ext/intl/tests/msgfmt_format_subpatterns.phpt b/ext/intl/tests/msgfmt_format_subpatterns.phpt index 5a57df610e..ec7443f24d 100644 --- a/ext/intl/tests/msgfmt_format_subpatterns.phpt +++ b/ext/intl/tests/msgfmt_format_subpatterns.phpt @@ -67,5 +67,5 @@ ut_run(); 'Alice invites Bob to his party.' 'Alice invites Bob and one other person to their party.' 'Alice invites Bob and one other person to their party.' -'Alice invites Bob as one of the 27 people invited to her party.' -'Alice invites Bob as one of the 27 people invited to her party.' +'Alice invites Bob as one of the 26 people invited to her party.' +'Alice invites Bob as one of the 26 people invited to her party.' diff --git a/ext/intl/tests/msgfmt_format_subpatterns_named.phpt b/ext/intl/tests/msgfmt_format_subpatterns_named.phpt index 94329ed5f7..98a6e01193 100644 --- a/ext/intl/tests/msgfmt_format_subpatterns_named.phpt +++ b/ext/intl/tests/msgfmt_format_subpatterns_named.phpt @@ -67,5 +67,5 @@ ut_run(); 'Alice invites Bob to his party.' 'Alice invites Bob and one other person to their party.' 'Alice invites Bob and one other person to their party.' -'Alice invites Bob as one of the 27 people invited to her party.' -'Alice invites Bob as one of the 27 people invited to her party.' \ No newline at end of file +'Alice invites Bob as one of the 26 people invited to her party.' +'Alice invites Bob as one of the 26 people invited to her party.'