begin_work, rollback, and commit now properly lock the database
[dbsrgits/DBM-Deep.git] / t / 33_transactions.t
index 1055952..49252ad 100644 (file)
@@ -47,7 +47,10 @@ lives_ok {
 } "Rolling back an empty transaction is ok.";
 
 cmp_bag( [ keys %$db1 ], [qw( x )], "DB1 keys correct" );
+__END__
+warn "4\n";
 cmp_bag( [ keys %$db2 ], [qw( x )], "DB2 keys correct" );
+warn "5\n";
 
 $db1->begin_work;