magnus Tue Mar 8 23:45:09 2005 EDT Added files: /php-src/ext/pdo_sqlite/tests pdo_020.phpt pdo_021.phpt Log: Add test 020 and 021 for PDO_SQLite.
http://cvs.php.net/co.php/php-src/ext/pdo_sqlite/tests/pdo_020.phpt?r=1.1&p=1 Index: php-src/ext/pdo_sqlite/tests/pdo_020.phpt +++ php-src/ext/pdo_sqlite/tests/pdo_020.phpt --TEST-- PDO_SQLite: PDOStatement::columnCount --SKIPIF-- <?php # vim:ft=php require_once('skipif.inc'); ?> --FILE-- <?php require_once('connection.inc'); require_once('prepare.inc'); require_once($PDO_TESTS . 'pdo_020.inc'); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- Counted 2 columns after select1. Counted 3 columns after select2. Counted 1 columns after select3. ===DONE=== http://cvs.php.net/co.php/php-src/ext/pdo_sqlite/tests/pdo_021.phpt?r=1.1&p=1 Index: php-src/ext/pdo_sqlite/tests/pdo_021.phpt +++ php-src/ext/pdo_sqlite/tests/pdo_021.phpt --TEST-- PDO_SQLite: PDOStatement::execute with parameter markers. --SKIPIF-- <?php # vim:ft=php require_once('skipif.inc'); ?> --FILE-- <?php require_once('connection.inc'); require_once('prepare.inc'); require_once($PDO_TESTS . 'pdo_021.inc'); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- There are 6 rows in the table. There are 12 rows in the table. ===DONE=== -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php