diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2015-04-08 16:29:29 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2015-04-08 16:29:29 +0300 |
| commit | b71fbade32e6821d30db2dc14644527a033f2cd3 (patch) | |
| tree | 72238d8deb9b4e3ef21229ce6cb9a5b5cf398bd1 /ext/pgsql | |
| parent | 7649a35d528c2af952e6dee15f8737a777f58a17 (diff) | |
| download | php-git-b71fbade32e6821d30db2dc14644527a033f2cd3.tar.gz | |
Fixed test
Diffstat (limited to 'ext/pgsql')
| -rw-r--r-- | ext/pgsql/tests/80_bug14383.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pgsql/tests/80_bug14383.phpt b/ext/pgsql/tests/80_bug14383.phpt index cb54aa8dfb..e73f0fd1fb 100644 --- a/ext/pgsql/tests/80_bug14383.phpt +++ b/ext/pgsql/tests/80_bug14383.phpt @@ -25,6 +25,8 @@ database handler: %s Content String 2 Content 2 replaced Read during write:%sallowed +"key number 6" written +Failed to write "key number 6" 2nd time Content 2 replaced 2nd time The 6th value array(3) { @@ -40,6 +42,8 @@ array(3) { Content String 2 Content 2 replaced Read during write: not allowed +"key number 6" written +Failed to write "key number 6" 2nd time Content 2 replaced 2nd time The 6th value array(3) { |
