zoe Fri May 1 19:32:15 2009 UTC
Modified files:
/php-src/ext/standard/tests/strings strcoll.phpt
Log:
fixed to expect fail
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strcoll.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/strings/strcoll.phpt
diff -u php-src/ext/standard/tests/strings/strcoll.phpt:1.4
php-src/ext/standard/tests/strings/strcoll.phpt:1.5
--- php-src/ext/standard/tests/strings/strcoll.phpt:1.4 Wed Apr 29 07:49:45 2009
+++ php-src/ext/standard/tests/strings/strcoll.phpt Fri May 1 19:32:15 2009
@@ -4,13 +4,15 @@
Sebastian Schürmann
[email protected]
Testfest 2009 Munich
+--XFAIL--
+Needs a fix : http://news.php.net/php.qa/64836
--FILE--
<?php
$a = 'a';
$b = 'A';
-setlocale (LC_COLLATE, 'C');
+ locale_set_default('en_US');
$result = strcoll($a, $b);
if($result > 0) {
echo "Pass\n";
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php