summaryrefslogtreecommitdiffstats
path: root/ZendFramework-icu54.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-02-24 10:49:09 +0100
committerRemi Collet <fedora@famillecollet.com>2015-02-24 10:49:09 +0100
commit575e3bae17e973e813b1db84782efd4bf4e34df3 (patch)
tree009250cec5f56add1332b59aa6607464b946a6fc /ZendFramework-icu54.patch
parentd2a37783adb6079f78ed1661a5de2ac880368a05 (diff)
php-ZendFramework2: 2.3.5
Diffstat (limited to 'ZendFramework-icu54.patch')
-rw-r--r--ZendFramework-icu54.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/ZendFramework-icu54.patch b/ZendFramework-icu54.patch
new file mode 100644
index 0000000..d52eaec
--- /dev/null
+++ b/ZendFramework-icu54.patch
@@ -0,0 +1,24 @@
+From 04333cd50b2a2c3f230d543472734f0b96ca5685 Mon Sep 17 00:00:00 2001
+From: Mark Garrett <mark@moderndeveloperllc.com>
+Date: Tue, 17 Feb 2015 09:58:07 -0600
+Subject: [PATCH] Fix for #7219 - Validation failure fr-CH in
+ testValidationFailures due to change in CLDR 26. Just removed that one
+ instance that is actually valid now.
+
+---
+ tests/ZendTest/I18n/Validator/FloatTest.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/ZendTest/I18n/Validator/FloatTest.php b/tests/ZendTest/I18n/Validator/FloatTest.php
+index 0073c30..ec27528 100644
+--- a/tests/ZendTest/I18n/Validator/FloatTest.php
++++ b/tests/ZendTest/I18n/Validator/FloatTest.php
+@@ -166,7 +166,7 @@ public function validationFailureProvider()
+ 'ar' => array('10.1', '66notflot.6'),
+ 'ru' => array('10.1', '66notflot.6', '2,000.00', '2 00'),
+ 'en' => array('10,1', '66notflot.6', '2.000,00', '2 000', '2,00'),
+- 'fr-CH' => array('10,1', '66notflot.6', '2,000.00', '2 000', "2'00")
++ 'fr-CH' => array('10,1', '66notflot.6', '2,000.00', "2'00")
+ );
+
+ //Loop locales and examples for a more thorough set of "true" test data