List:Commits« Previous MessageNext Message »
From:ahristov Date:March 16 2007 4:13pm
Subject:PHP mysqlnd svn commit: r181 - trunk/ext/mysqli/tests
View as plain text  
Author: ahristov
Date: 2007-03-16 17:13:39 +0100 (Fri, 16 Mar 2007)
New Revision: 181

Modified:
   trunk/ext/mysqli/tests/mysqli_multi_query.phpt
   trunk/ext/mysqli/tests/mysqli_next_result.phpt
Log:
Fix output of two tests - now they pass


Modified: trunk/ext/mysqli/tests/mysqli_multi_query.phpt
===================================================================
--- trunk/ext/mysqli/tests/mysqli_multi_query.phpt	2007-03-16 16:07:56 UTC (rev 180)
+++ trunk/ext/mysqli/tests/mysqli_multi_query.phpt	2007-03-16 16:13:39 UTC (rev 181)
@@ -67,11 +67,14 @@
     print "done!";
 ?>
 --EXPECTF--
+Strict Standards: mysqli_next_result(): There is no next result set. Please, call
mysqli_more_results()/mysqli::more_results() to check whether to call this
function/method in
/home/andrey/dev/php-mysqlnd/trunk/ext/mysqli/tests/mysqli_multi_query.php on line 29
 [006] 3
 [008] 0
 [009] [2014] Commands out of sync; you can't run this command now
+
+Strict Standards: mysqli_next_result(): There is no next result set. Please, call
mysqli_more_results()/mysqli::more_results() to check whether to call this
function/method in %s on line %d
 [010] 7
 
 Warning: mysqli_multi_query(): Couldn't fetch mysqli in %s on line %d
 NULL
-done! 
\ No newline at end of file
+done! 

Modified: trunk/ext/mysqli/tests/mysqli_next_result.phpt
===================================================================
--- trunk/ext/mysqli/tests/mysqli_next_result.phpt	2007-03-16 16:07:56 UTC (rev 180)
+++ trunk/ext/mysqli/tests/mysqli_next_result.phpt	2007-03-16 16:13:39 UTC (rev 181)
@@ -66,6 +66,16 @@
     print "done!";
 ?>
 --EXPECTF--
+Strict Standards: mysqli_next_result(): There is no next result set. Please, call
mysqli_more_results()/mysqli::more_results() to check whether to call this
function/method in %s on line %d
+
+Strict Standards: mysqli_next_result(): There is no next result set. Please, call
mysqli_more_results()/mysqli::more_results() to check whether to call this
function/method in %s on line %d
+
+Strict Standards: mysqli_next_result(): There is no next result set. Please, call
mysqli_more_results()/mysqli::more_results() to check whether to call this
function/method in %s on line %d
+
+Strict Standards: mysqli_next_result(): There is no next result set. Please, call
mysqli_more_results()/mysqli::more_results() to check whether to call this
function/method in %s on line %d
+
+Strict Standards: mysqli_next_result(): There is no next result set. Please, call
mysqli_more_results()/mysqli::more_results() to check whether to call this
function/method in %s on line %d
+
 Warning: mysqli_next_result(): Couldn't fetch mysqli in %s on line %d
 NULL
-done! 
\ No newline at end of file
+done! 

Thread
PHP mysqlnd svn commit: r181 - trunk/ext/mysqli/testsahristov16 Mar