r14214@rob-kinyons-computer (orig r8081): rkinyon | 2006-11-17 20:51:21 -0500
[dbsrgits/DBM-Deep.git] / t / 34_transaction_arrays.t
index ea50810..19503b0 100644 (file)
@@ -10,6 +10,7 @@ my $db1 = DBM::Deep->new(
     file => $filename,
     locking => 1,
     autoflush => 1,
+    num_txns  => 16,
     type => DBM::Deep->TYPE_ARRAY,
 );
 
@@ -17,6 +18,7 @@ my $db2 = DBM::Deep->new(
     file => $filename,
     locking => 1,
     autoflush => 1,
+    num_txns  => 16,
     type => DBM::Deep->TYPE_ARRAY,
 );