wez             Fri Oct 28 22:58:25 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/pdo/tests      pdo_test.inc 
  Log:
  clean up the test2 table that some tests create
  
  
http://cvs.php.net/diff.php/php-src/ext/pdo/tests/pdo_test.inc?r1=1.9.2.2&r2=1.9.2.3&ty=u
Index: php-src/ext/pdo/tests/pdo_test.inc
diff -u php-src/ext/pdo/tests/pdo_test.inc:1.9.2.2 
php-src/ext/pdo/tests/pdo_test.inc:1.9.2.3
--- php-src/ext/pdo/tests/pdo_test.inc:1.9.2.2  Wed Sep 21 14:40:56 2005
+++ php-src/ext/pdo/tests/pdo_test.inc  Fri Oct 28 22:58:24 2005
@@ -39,6 +39,7 @@
                // on a previous run
                static $test_tables = array(
                        'test',
+                       'test2',
                        'classtypes'
                        );
                foreach ($test_tables as $table) {

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

Reply via email to