helly Thu Nov 3 18:48:10 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/sqlite/tests sqlite_oo_030.phpt
Log:
- Fix test expectations - we are no detecting the error earlier
# Unfortunatley we also lower the severity here because sqlite's error
# facility is dealing with the problem at this early stage as E_WARNING.
http://cvs.php.net/diff.php/php-src/ext/sqlite/tests/sqlite_oo_030.phpt?r1=1.6&r2=1.6.4.1&ty=u
Index: php-src/ext/sqlite/tests/sqlite_oo_030.phpt
diff -u php-src/ext/sqlite/tests/sqlite_oo_030.phpt:1.6
php-src/ext/sqlite/tests/sqlite_oo_030.phpt:1.6.4.1
--- php-src/ext/sqlite/tests/sqlite_oo_030.phpt:1.6 Fri Mar 26 16:16:50 2004
+++ php-src/ext/sqlite/tests/sqlite_oo_030.phpt Thu Nov 3 18:48:09 2005
@@ -39,4 +39,6 @@
string(1) "1"
string(3) "PHP"
-Fatal error: Call to undefined method foo::bar("php")() in %ssqlite_oo_030.php
on line %d
+Warning: SQLiteDatabase::singleQuery(): function `foo::bar("PHP")' is not a
function name in %ssqlite_oo_030.php on line %d
+bool(false)
+===DONE===
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php