davidc          Sat Mar  8 19:05:48 2008 UTC

  Modified files:              
    /php-src/tests/lang bug30638.phpt 
  Log:
  - MFB. Ok to fail on OSX. Patch from scoates
  
  
http://cvs.php.net/viewvc.cgi/php-src/tests/lang/bug30638.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/tests/lang/bug30638.phpt
diff -u php-src/tests/lang/bug30638.phpt:1.5 
php-src/tests/lang/bug30638.phpt:1.6
--- php-src/tests/lang/bug30638.phpt:1.5        Sun Feb 24 13:10:33 2008
+++ php-src/tests/lang/bug30638.phpt    Sat Mar  8 19:05:48 2008
@@ -4,6 +4,8 @@
 <?php  # try to activate a german locale
 if (setlocale(LC_NUMERIC, "de_DE", "de", "german", "ge") === FALSE) {
        print "skip";
+} elseif (strtolower(php_uname('s')) == 'darwin') {
+    print "skip ok to fail on MacOS X";
 }
 ?>
 --FILE--



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

Reply via email to