Merged with master and am ready to merge back
[dbsrgits/DBM-Deep.git] / t / 42_transaction_indexsector.t
index 3111b38..39274fc 100644 (file)
@@ -22,6 +22,7 @@ use_ok( 'DBM::Deep' );
     );
     while ( my $dbm_maker = $dbm_factory->() ) {
         my $db1 = $dbm_maker->();
+        next unless $db1->supports( 'transactions' );
         my $db2 = $dbm_maker->();
 
         $db1->{x} = 'y';
@@ -57,6 +58,7 @@ use_ok( 'DBM::Deep' );
     );
     while ( my $dbm_maker = $dbm_factory->() ) {
         my $db1 = $dbm_maker->();
+        next unless $db1->supports( 'transactions' );
         my $db2 = $dbm_maker->();
 
         $db1->{x} = 'y';