bjori                                    Wed, 07 Sep 2011 12:06:21 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=316339

Log:
Add skip message

Changed paths:
    U   php/php-src/branches/PHP_5_3/tests/lang/034.phpt
    U   php/php-src/branches/PHP_5_4/tests/lang/034.phpt
    U   php/php-src/trunk/tests/lang/034.phpt

Modified: php/php-src/branches/PHP_5_3/tests/lang/034.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/tests/lang/034.phpt    2011-09-07 12:05:19 UTC 
(rev 316338)
+++ php/php-src/branches/PHP_5_3/tests/lang/034.phpt    2011-09-07 12:06:21 UTC 
(rev 316339)
@@ -5,7 +5,7 @@
 --SKIPIF--
 <?php  # try to activate a german locale
 if (setlocale(LC_NUMERIC, "de_DE.UTF-8", "de_DE", "de", "german", "ge", 
"de_DE.ISO-8859-1") === FALSE) {
-       print "skip";
+       print "skip Can't find german locale";
 }
 ?>
 --FILE--

Modified: php/php-src/branches/PHP_5_4/tests/lang/034.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/tests/lang/034.phpt    2011-09-07 12:05:19 UTC 
(rev 316338)
+++ php/php-src/branches/PHP_5_4/tests/lang/034.phpt    2011-09-07 12:06:21 UTC 
(rev 316339)
@@ -5,7 +5,7 @@
 --SKIPIF--
 <?php  # try to activate a german locale
 if (setlocale(LC_NUMERIC, "de_DE.UTF-8", "de_DE", "de", "german", "ge", 
"de_DE.ISO-8859-1") === FALSE) {
-       print "skip";
+       print "skip Can't find german locale";
 }
 ?>
 --FILE--

Modified: php/php-src/trunk/tests/lang/034.phpt
===================================================================
--- php/php-src/trunk/tests/lang/034.phpt       2011-09-07 12:05:19 UTC (rev 
316338)
+++ php/php-src/trunk/tests/lang/034.phpt       2011-09-07 12:06:21 UTC (rev 
316339)
@@ -5,7 +5,7 @@
 --SKIPIF--
 <?php  # try to activate a german locale
 if (setlocale(LC_NUMERIC, "de_DE.UTF-8", "de_DE", "de", "german", "ge", 
"de_DE.ISO-8859-1") === FALSE) {
-       print "skip";
+       print "skip Can't find german locale";
 }
 ?>
 --FILE--

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

Reply via email to