Stablize test on Windows

This commit is contained in:
Christopher Jones 2015-11-20 09:13:47 +11:00
parent 77e9f2d6b1
commit 8b32fe80ae

View File

@ -34,7 +34,7 @@ $stmtarray = array(
</Xt>'))"
);
oci8_test_sql_execute($c, $stmtarray);
oci8_test_sql_execute($c, str_replace("\r", "", $stmtarray));
function do_query($c)
{