From 55e7c26aca917995460ed24cd8064ef59a9ffbcb Mon Sep 17 00:00:00 2001 From: Alexander Hartmaier Date: Wed, 9 Feb 2011 19:06:17 +0100 Subject: [PATCH] use an in-memory SQLite db for moosified-rs.t to not break the dzil release process because of t/var/dvdzbr.db missing from the MANIFEST --- t/moosified-rs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/moosified-rs.t b/t/moosified-rs.t index c902048..e539cf8 100644 --- a/t/moosified-rs.t +++ b/t/moosified-rs.t @@ -5,7 +5,7 @@ use DBSchemaMoose; use RunTests; use Test::More; -my $schema = DBSchemaMoose->get_test_schema(); +my $schema = DBSchemaMoose->get_test_schema('dbi:SQLite:dbname=:memory:'); run_tests( $schema); -- 2.43.0