pajoye                                   Mon, 12 Dec 2011 13:31:43 +0000

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

Log:
- skip on win

Changed paths:
    U   
php/php-src/branches/PHP_5_3/ext/standard/tests/array/array_change_key_case_variation8.phpt
    U   
php/php-src/branches/PHP_5_4/ext/standard/tests/array/array_change_key_case_variation8.phpt
    U   
php/php-src/trunk/ext/standard/tests/array/array_change_key_case_variation8.phpt

Modified: 
php/php-src/branches/PHP_5_3/ext/standard/tests/array/array_change_key_case_variation8.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_3/ext/standard/tests/array/array_change_key_case_variation8.phpt
 2011-12-12 13:27:25 UTC (rev 320894)
+++ 
php/php-src/branches/PHP_5_3/ext/standard/tests/array/array_change_key_case_variation8.phpt
 2011-12-12 13:31:43 UTC (rev 320895)
@@ -1,5 +1,10 @@
 --TEST--
 Test array_change_key_case() function : usage variations - Different strings 
as keys
+--SKIPIF--
+<?php
+if (substr(PHP_OS, 0, 3) == 'WIN') {
+  die("skip Output tested contains chars that are not shown the same on 
windows concole (ESC and co)");
+}
 --FILE--
 <?php
 /* Prototype  : array array_change_key_case(array $input [, int $case])

Modified: 
php/php-src/branches/PHP_5_4/ext/standard/tests/array/array_change_key_case_variation8.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_4/ext/standard/tests/array/array_change_key_case_variation8.phpt
 2011-12-12 13:27:25 UTC (rev 320894)
+++ 
php/php-src/branches/PHP_5_4/ext/standard/tests/array/array_change_key_case_variation8.phpt
 2011-12-12 13:31:43 UTC (rev 320895)
@@ -1,5 +1,10 @@
 --TEST--
 Test array_change_key_case() function : usage variations - Different strings 
as keys
+--SKIPIF--
+<?php
+if (substr(PHP_OS, 0, 3) == 'WIN') {
+  die("skip Output tested contains chars that are not shown the same on 
windows concole (ESC and co)");
+}
 --FILE--
 <?php
 /* Prototype  : array array_change_key_case(array $input [, int $case])

Modified: 
php/php-src/trunk/ext/standard/tests/array/array_change_key_case_variation8.phpt
===================================================================
--- 
php/php-src/trunk/ext/standard/tests/array/array_change_key_case_variation8.phpt
    2011-12-12 13:27:25 UTC (rev 320894)
+++ 
php/php-src/trunk/ext/standard/tests/array/array_change_key_case_variation8.phpt
    2011-12-12 13:31:43 UTC (rev 320895)
@@ -1,5 +1,10 @@
 --TEST--
 Test array_change_key_case() function : usage variations - Different strings 
as keys
+--SKIPIF--
+<?php
+if (substr(PHP_OS, 0, 3) == 'WIN') {
+  die("skip Output tested contains chars that are not shown the same on 
windows concole (ESC and co)");
+}
 --FILE--
 <?php
 /* Prototype  : array array_change_key_case(array $input [, int $case])

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

Reply via email to