bjori           Sun Oct  8 20:06:05 2006 UTC

  Modified files:              
    /php-src/ext/standard/tests/array   locale_sort.phpt 
  Log:
  Fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/locale_sort.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/standard/tests/array/locale_sort.phpt
diff -u php-src/ext/standard/tests/array/locale_sort.phpt:1.5 
php-src/ext/standard/tests/array/locale_sort.phpt:1.6
--- php-src/ext/standard/tests/array/locale_sort.phpt:1.5       Fri Jan  6 
21:21:09 2006
+++ php-src/ext/standard/tests/array/locale_sort.phpt   Sun Oct  8 20:06:04 2006
@@ -5,8 +5,8 @@
 if ("fr_FR" != setlocale(LC_CTYPE, "fr_FR")) {
   die("skip setlocale() failed\n");
 }
-if (!function_exists("i18n_loc_set_default")) {
-  die("skip no i18n_loc_set_default() function\n");
+if (!function_exists("locale_set_default")) {
+  die("sip locale_set_default() function\n");
 }
 ?>
 --INI--
@@ -15,7 +15,7 @@
 --FILE--
 <?php
 setlocale(LC_ALL, 'fr_FR');
-i18n_loc_set_default('fr_FR');
+locale_set_default('fr_FR');
 $table = array("AB" => "Alberta",
 "BC" => "Colombie-Britannique",
 "MB" => "Manitoba",

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

Reply via email to