zoe             Fri, 17 Jul 2009 09:25:13 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284243

Changed paths:
        U   
php/php-src/trunk/ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt
        U   
php/php-src/trunk/ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt

Log:
fix tests

Modified: 
php/php-src/trunk/ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt
===================================================================
--- 
php/php-src/trunk/ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt  
    2009-07-17 09:04:52 UTC (rev 284242)
+++ 
php/php-src/trunk/ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt  
    2009-07-17 09:25:13 UTC (rev 284243)
@@ -1,6 +1,6 @@
 --TEST--
 SQLite3::createAggregate Test that an error is thrown when no parameters are 
present
---CREDIT--
+--CREDITS--
 James Cauwelier
 # Belgium PHP TestFest
 --SKIPIF--

Modified: 
php/php-src/trunk/ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt
===================================================================
--- 
php/php-src/trunk/ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt 
    2009-07-17 09:04:52 UTC (rev 284242)
+++ 
php/php-src/trunk/ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt 
    2009-07-17 09:25:13 UTC (rev 284243)
@@ -1,6 +1,6 @@
 --TEST--
 SQLite3::createAggregate() Test whether a supplied PHP function is valid when 
using in an aggregate function
---CREDIT--
+--CREDITS--
 James Cauwelier
 # Belgium PHP TestFest (2009)
 --SKIPIF--

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

Reply via email to