Author: uwendel
Date: 2007-09-06 13:56:59 +0200 (Thu, 06 Sep 2007)
New Revision: 995
Modified:
trunk/tests/ext/mysqli/mysqli_stmt_send_long_data.phpt
Log:
Fixing test
Modified: trunk/tests/ext/mysqli/mysqli_stmt_send_long_data.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_stmt_send_long_data.phpt 2007-09-06 11:53:45 UTC (rev
994)
+++ trunk/tests/ext/mysqli/mysqli_stmt_send_long_data.phpt 2007-09-06 11:56:59 UTC (rev
995)
@@ -83,8 +83,6 @@
if (false !== ($tmp = mysqli_stmt_send_long_data($stmt, 999, $blob)))
printf("[014] Expecting boolean/false, got %s/%s. [%d] %s\n",
gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
- else
- printf("[014] Offset 999 is invalid! Function should bail!\n");
if (true !== ($tmp = mysqli_stmt_send_long_data($stmt, 1, $blob)))
printf("[015] Expecting boolean/true, got %s/%s. [%d] %s\n",
| Thread |
|---|
| • PHP mysqlnd svn commit: r995 - trunk/tests/ext/mysqli | uwendel | 6 Sep |