wharmby                                  Tue, 15 Sep 2009 21:44:08 +0000

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

Log:
Fix SKIPIF sections

Changed paths:
    U   php/php-src/branches/PHP_5_2/ext/gd/tests/imagerectangle_basic.phpt
    U   php/php-src/branches/PHP_5_2/ext/gd/tests/imagerectangle_error2.phpt
    U   php/php-src/branches/PHP_5_3/ext/gd/tests/imagerectangle_basic.phpt
    U   php/php-src/branches/PHP_5_3/ext/gd/tests/imagerectangle_error2.phpt
    U   php/php-src/trunk/ext/gd/tests/imagerectangle_basic.phpt
    U   php/php-src/trunk/ext/gd/tests/imagerectangle_error2.phpt

Modified: php/php-src/branches/PHP_5_2/ext/gd/tests/imagerectangle_basic.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/ext/gd/tests/imagerectangle_basic.phpt 
2009-09-15 20:34:54 UTC (rev 288356)
+++ php/php-src/branches/PHP_5_2/ext/gd/tests/imagerectangle_basic.phpt 
2009-09-15 21:44:08 UTC (rev 288357)
@@ -5,7 +5,7 @@
 #testfest PHPSP on 2009-06-30
 --SKIPIF--
 <?php
-if ( ! extension_loaded('gd') ) die( 'GD not present; skipping test' );
+if ( ! extension_loaded('gd') ) die( 'skip GD not present; skipping test' );
 ?>
 --FILE--
 <?php

Modified: php/php-src/branches/PHP_5_2/ext/gd/tests/imagerectangle_error2.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/ext/gd/tests/imagerectangle_error2.phpt        
2009-09-15 20:34:54 UTC (rev 288356)
+++ php/php-src/branches/PHP_5_2/ext/gd/tests/imagerectangle_error2.phpt        
2009-09-15 21:44:08 UTC (rev 288357)
@@ -5,7 +5,7 @@
 #testfest PHPSP on 2009-06-30
 --SKIPIF--
 <?php
-if ( ! extension_loaded('gd') ) die( 'GD not present; skipping test' );
+if ( ! extension_loaded('gd') ) die( 'skip GD not present; skipping test' );
 ?>
 --FILE--
 <?php

Modified: php/php-src/branches/PHP_5_3/ext/gd/tests/imagerectangle_basic.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/gd/tests/imagerectangle_basic.phpt 
2009-09-15 20:34:54 UTC (rev 288356)
+++ php/php-src/branches/PHP_5_3/ext/gd/tests/imagerectangle_basic.phpt 
2009-09-15 21:44:08 UTC (rev 288357)
@@ -5,7 +5,7 @@
 #testfest PHPSP on 2009-06-30
 --SKIPIF--
 <?php
-if ( ! extension_loaded('gd') ) die( 'GD not present; skipping test' );
+if ( ! extension_loaded('gd') ) die( 'skip GD not present; skipping test' );
 ?>
 --FILE--
 <?php

Modified: php/php-src/branches/PHP_5_3/ext/gd/tests/imagerectangle_error2.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/gd/tests/imagerectangle_error2.phpt        
2009-09-15 20:34:54 UTC (rev 288356)
+++ php/php-src/branches/PHP_5_3/ext/gd/tests/imagerectangle_error2.phpt        
2009-09-15 21:44:08 UTC (rev 288357)
@@ -5,7 +5,7 @@
 #testfest PHPSP on 2009-06-30
 --SKIPIF--
 <?php
-if ( ! extension_loaded('gd') ) die( 'GD not present; skipping test' );
+if ( ! extension_loaded('gd') ) die( 'skip GD not present; skipping test' );
 ?>
 --FILE--
 <?php

Modified: php/php-src/trunk/ext/gd/tests/imagerectangle_basic.phpt
===================================================================
--- php/php-src/trunk/ext/gd/tests/imagerectangle_basic.phpt    2009-09-15 
20:34:54 UTC (rev 288356)
+++ php/php-src/trunk/ext/gd/tests/imagerectangle_basic.phpt    2009-09-15 
21:44:08 UTC (rev 288357)
@@ -5,7 +5,7 @@
 #testfest PHPSP on 2009-06-30
 --SKIPIF--
 <?php
-if ( ! extension_loaded('gd') ) die( 'GD not present; skipping test' );
+if ( ! extension_loaded('gd') ) die( 'skip GD not present; skipping test' );
 ?>
 --FILE--
 <?php

Modified: php/php-src/trunk/ext/gd/tests/imagerectangle_error2.phpt
===================================================================
--- php/php-src/trunk/ext/gd/tests/imagerectangle_error2.phpt   2009-09-15 
20:34:54 UTC (rev 288356)
+++ php/php-src/trunk/ext/gd/tests/imagerectangle_error2.phpt   2009-09-15 
21:44:08 UTC (rev 288357)
@@ -5,7 +5,7 @@
 #testfest PHPSP on 2009-06-30
 --SKIPIF--
 <?php
-if ( ! extension_loaded('gd') ) die( 'GD not present; skipping test' );
+if ( ! extension_loaded('gd') ) die( 'skip GD not present; skipping test' );
 ?>
 --FILE--
 <?php

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

Reply via email to