From f1621485ad7c9b02b4df42c21a472223fe106f51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Sat, 5 May 2012 23:15:47 +0100 Subject: [PATCH] Fixed MessageFormatter subformat tests. --- ext/intl/tests/msgfmt_format_subpatterns.phpt | 4 ++-- ext/intl/tests/msgfmt_format_subpatterns_named.phpt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.' -- 2.50.1