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 /ext/interbase/tests/005.phpt | |
parent | d8e2b8424fcb619e9dfafc0d7f059e023d0cf84e (diff) | |
download | php-git-4e7cb057a0a9f1b585af52f35e4c34940c88a553.tar.gz |
partial test fixes, only obvious mistaking parts
Diffstat (limited to 'ext/interbase/tests/005.phpt')
-rw-r--r-- | ext/interbase/tests/005.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
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 --- |