summaryrefslogtreecommitdiff
path: root/t/lib/db-hash.t
diff options
context:
space:
mode:
authorPaul Marquess <paul.marquess@btinternet.com>1999-08-03 23:55:00 +0100
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-04 08:13:20 +0000
commita62982a846c50953d49f512fd1ec36e63b0a9e81 (patch)
treef056d265bbed760cefa0f914b6859a9ad86b1941 /t/lib/db-hash.t
parent423cee853811c26846bd1948939b85f9866dfb4a (diff)
downloadperl-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-xt/lib/db-hash.t2
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) ;