diff options
author | Paul Marquess <paul.marquess@btinternet.com> | 1999-08-03 23:55:00 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-04 08:13:20 +0000 |
commit | a62982a846c50953d49f512fd1ec36e63b0a9e81 (patch) | |
tree | f056d265bbed760cefa0f914b6859a9ad86b1941 /t/lib/db-hash.t | |
parent | 423cee853811c26846bd1948939b85f9866dfb4a (diff) | |
download | perl-a62982a846c50953d49f512fd1ec36e63b0a9e81.tar.gz |
(Replaced by change #3921)
To: gsar@activestate.com
Cc: perl5-porters@perl.org
Subject: [PATCH 5.005_60] DB_File 1.69
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
p4raw-link: @3921 (not found)
p4raw-id: //depot/cfgperl@3917
Diffstat (limited to 't/lib/db-hash.t')
-rwxr-xr-x | t/lib/db-hash.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib/db-hash.t b/t/lib/db-hash.t index 2293a42202..c52d8ae9dd 100755 --- a/t/lib/db-hash.t +++ b/t/lib/db-hash.t @@ -197,6 +197,8 @@ ok(25, $#keys == 31) ; $h{'foo'} = ''; ok(26, $h{'foo'} eq '' ); +# Berkeley DB 2 from version 2.4.10 onwards does not allow null keys. +# This feature will be reenabled in a future version of Berkeley DB. #$h{''} = 'bar'; #ok(27, $h{''} eq 'bar' ); ok(27,1) ; |