iliaa           Thu Jan  3 16:47:08 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/pdo/tests      bug_43130.phpt 
  Log:
  
  MFB: Skip test for PostgreSQL driver since error is too dissimilar to other
  drivers
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/bug_43130.phpt?r1=1.1.4.5&r2=1.1.4.6&diff_format=u
Index: php-src/ext/pdo/tests/bug_43130.phpt
diff -u php-src/ext/pdo/tests/bug_43130.phpt:1.1.4.5 
php-src/ext/pdo/tests/bug_43130.phpt:1.1.4.6
--- php-src/ext/pdo/tests/bug_43130.phpt:1.1.4.5        Tue Nov 27 11:14:17 2007
+++ php-src/ext/pdo/tests/bug_43130.phpt        Thu Jan  3 16:47:08 2008
@@ -6,6 +6,7 @@
 $dir = getenv('REDIR_TEST_DIR');
 if (false == $dir) die('skip no driver');
 if (!strncasecmp(getenv('PDOTEST_DSN'), 'sqlite', strlen('sqlite'))) die('skip 
not relevant for sqlite driver');
+if (!strncasecmp(getenv('PDOTEST_DSN'), 'pgsql', strlen('pgsql'))) die('skip 
not relevant for pgsql driver');
 require_once $dir . 'pdo_test.inc';
 PDOTest::skip();
 ?>

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

Reply via email to