diff options
author | Anatol Belski <ab@php.net> | 2016-01-12 10:44:55 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-01-12 10:44:55 +0100 |
commit | 4e7cb057a0a9f1b585af52f35e4c34940c88a553 (patch) | |
tree | 0b43988af597061c590ac3a23dc18bc7bff45217 | |
parent | d8e2b8424fcb619e9dfafc0d7f059e023d0cf84e (diff) | |
download | php-git-4e7cb057a0a9f1b585af52f35e4c34940c88a553.tar.gz |
partial test fixes, only obvious mistaking parts
-rw-r--r-- | ext/interbase/tests/004.phpt | 2 | ||||
-rw-r--r-- | 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 --- |