2nd Pass
[dbsrgits/DBIx-Class.git] / t / 86ss_dbm.t
index 1b22033..cc54a81 100644 (file)
@@ -33,7 +33,7 @@ isa_ok($schema->storage->sql_maker, 'DBIx::Class::SQLMaker::SQLStatement');
 
 # Custom deployment
 my $dbh = $schema->storage->dbh;
-my @cmds = split /\s*\;\s*/, scalar file(qw/t lib test_deploy DBICTest-Schema-1.x-SQL-Statement.sql/)->slurp;
+my @cmds = split /\s*\;\s*/, scalar file(qw/t lib dbdfile.sql/)->slurp;
 $dbh->do($_) for @cmds;
 
 ### S:S doesn't have any sort of AUTOINCREMENT support, so IDs will have to be generated by hand ###
@@ -103,6 +103,8 @@ my $test_type_info = {
    },
 };
 
+$ENV{DBIC_DBDFILE_TXN_NOWARN} = 1;
+
 $schema->populate ('Owners', [
    [qw/id  name  /],
    [qw/1   wiggle/],