nlopess         Mon Mar 17 17:19:48 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/standard/tests/file    unlink_error-win32.phpt 
    /php-src/ext/mysql/tests    mysql_fetch_row.phpt 
    /php-src/ext/pdo/tests      bug_43663.phpt 
  Log:
  remove duplicated sections
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/unlink_error-win32.phpt?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/unlink_error-win32.phpt
diff -u php-src/ext/standard/tests/file/unlink_error-win32.phpt:1.1.2.2.2.1 
php-src/ext/standard/tests/file/unlink_error-win32.phpt:1.1.2.2.2.2
--- php-src/ext/standard/tests/file/unlink_error-win32.phpt:1.1.2.2.2.1 Mon Nov 
 5 17:43:21 2007
+++ php-src/ext/standard/tests/file/unlink_error-win32.phpt     Mon Mar 17 
17:19:48 2008
@@ -8,12 +8,6 @@
 ?>
 --FILE--
 <?php
-if (substr(PHP_OS, 0, 3) != 'WIN') {
-    die('skip.. only on Windows');
-}
-?>
---FILE--
-<?php
 /* Prototype : bool unlink ( string $filename [, resource $context] );
    Description : Deletes filename
 */
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_fetch_row.phpt?r1=1.3.2.2&r2=1.3.2.3&diff_format=u
Index: php-src/ext/mysql/tests/mysql_fetch_row.phpt
diff -u php-src/ext/mysql/tests/mysql_fetch_row.phpt:1.3.2.2 
php-src/ext/mysql/tests/mysql_fetch_row.phpt:1.3.2.3
--- php-src/ext/mysql/tests/mysql_fetch_row.phpt:1.3.2.2        Wed Oct 10 
09:51:45 2007
+++ php-src/ext/mysql/tests/mysql_fetch_row.phpt        Mon Mar 17 17:19:48 2008
@@ -50,20 +50,6 @@
 Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on 
line %d
 bool(false)
 done!
---EXPECTF--
-[004]
-array(2) {
-  [0]=>
-  string(1) "1"
-  [1]=>
-  string(1) "a"
-}
-[005]
-bool(false)
-
-Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on 
line %d
-bool(false)
-done!
 --UEXPECTF--
 [004]
 array(2) {
@@ -77,4 +63,4 @@
 
 Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on 
line %d
 bool(false)
-done!
\ No newline at end of file
+done!
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/bug_43663.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/pdo/tests/bug_43663.phpt
diff -u php-src/ext/pdo/tests/bug_43663.phpt:1.1.2.2 
php-src/ext/pdo/tests/bug_43663.phpt:1.1.2.3
--- php-src/ext/pdo/tests/bug_43663.phpt:1.1.2.2        Sun Dec 30 17:51:35 2007
+++ php-src/ext/pdo/tests/bug_43663.phpt        Mon Mar 17 17:19:48 2008
@@ -1,6 +1,5 @@
 --TEST--
 PDO Common: Bug #43663 (__call on classes derived from PDO)
---FILE--
 --SKIPIF--
 <?php # vim:ft=php
 if (!extension_loaded('pdo')) die('skip');



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

Reply via email to