Commit:    f1621485ad7c9b02b4df42c21a472223fe106f51
Author:    Gustavo André dos Santos Lopes <cataphr...@php.net>         Sat, 5 
May 2012 23:15:47 +0100
Parents:   edca0e2adb1eb2fcf14b8d0101769b39eecff29e
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=f1621485ad7c9b02b4df42c21a472223fe106f51

Log:
Fixed MessageFormatter subformat tests.

Changed paths:
  M  ext/intl/tests/msgfmt_format_subpatterns.phpt
  M  ext/intl/tests/msgfmt_format_subpatterns_named.phpt


Diff:
diff --git a/ext/intl/tests/msgfmt_format_subpatterns.phpt 
b/ext/intl/tests/msgfmt_format_subpatterns.phpt
index 5a57df6..ec7443f 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 94329ed..98a6e01 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.'


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to