From 230c991f230b7832278c6faf01e0c24a94621ab0 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 6 Apr 2009 14:23:17 +0000 Subject: [PATCH] MFB: Fixed test --- ext/pgsql/tests/80_bug14383.phpt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ext/pgsql/tests/80_bug14383.phpt b/ext/pgsql/tests/80_bug14383.phpt index 40bd915e82..a736f34c90 100644 --- a/ext/pgsql/tests/80_bug14383.phpt +++ b/ext/pgsql/tests/80_bug14383.phpt @@ -35,3 +35,18 @@ array(3) { ["key5"]=> string(23) "The last content string" } +--NO-LOCK-- +3NYNYY +Content String 2 +Content 2 replaced +Read during write: not allowed +Content 2 replaced 2nd time +The 6th value +array(3) { + ["key number 6"]=> + string(13) "The 6th value" + ["key2"]=> + string(27) "Content 2 replaced 2nd time" + ["key5"]=> + string(23) "The last content string" +} -- 2.50.1