From 4e7cb057a0a9f1b585af52f35e4c34940c88a553 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 12 Jan 2016 10:44:55 +0100 Subject: [PATCH] partial test fixes, only obvious mistaking parts --- ext/interbase/tests/004.phpt | 2 +- ext/interbase/tests/005.phpt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/interbase/tests/004.phpt b/ext/interbase/tests/004.phpt index e81474a4c4..54a6b7b9b5 100644 --- a/ext/interbase/tests/004.phpt +++ b/ext/interbase/tests/004.phpt @@ -109,7 +109,7 @@ InterBase: BLOB test ibase_commit(); ibase_close(); - ibase_connect($test_base); + $link = ibase_connect($test_base); ibase_blob_echo($link, $row->V_BLOB); ibase_free_result($q); diff --git a/ext/interbase/tests/005.phpt b/ext/interbase/tests/005.phpt index cb68b0a1d5..8523443078 100644 --- a/ext/interbase/tests/005.phpt +++ b/ext/interbase/tests/005.phpt @@ -207,7 +207,7 @@ transactions on second link echo "end of test\n"; ?> ---EXPECT-- +--EXPECTF-- default transaction: empty table --- test5 --- @@ -264,7 +264,7 @@ three rows in fourth transaction with deadlock 2 3 4 -errmsg [lock conflict on no wait transaction deadlock ] +errmsg [lock conflict on no wait transaction deadlock %a] --- three rows --- test5 --- -- 2.50.1