]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/commitdiff
use an in-memory SQLite db for moosified-rs.t to not break the dzil release process...
authorAlexander Hartmaier <abraxxa@cpan.org>
Wed, 9 Feb 2011 18:06:17 +0000 (19:06 +0100)
committerAlexander Hartmaier <abraxxa@cpan.org>
Wed, 9 Feb 2011 18:06:17 +0000 (19:06 +0100)
t/moosified-rs.t

index c9020488e141bb73f5905d2bb12b33e9ae8ca1e1..e539cf8cba09dff9a945b702f9d7fcd03543e1b9 100644 (file)
@@ -5,7 +5,7 @@ use DBSchemaMoose;
 use RunTests;
 use Test::More;
 
 use RunTests;
 use Test::More;
 
-my $schema = DBSchemaMoose->get_test_schema();
+my $schema = DBSchemaMoose->get_test_schema('dbi:SQLite:dbname=:memory:');
 
 run_tests( $schema);
 
 
 run_tests( $schema);
 
This page took 0.020327 seconds and 4 git commands to generate.