iliaa Thu Jan 3 16:47:01 2008 UTC Modified files: /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.3&r2=1.4&diff_format=u Index: php-src/ext/pdo/tests/bug_43130.phpt diff -u php-src/ext/pdo/tests/bug_43130.phpt:1.3 php-src/ext/pdo/tests/bug_43130.phpt:1.4 --- php-src/ext/pdo/tests/bug_43130.phpt:1.3 Tue Oct 30 23:04:01 2007 +++ php-src/ext/pdo/tests/bug_43130.phpt Thu Jan 3 16:47:01 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