some little cleanups, svn meta stuff, and the beginnings a new test file for the...
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 21misc_fatal.t
index e1627e0..1b78265 100644 (file)
@@ -12,7 +12,7 @@ use make_dbictest_db;
 
     package DBICTest::Schema;
     use base qw/ DBIx::Class::Schema::Loader /;
-    __PACKAGE__->loader_options( relationships => 1 );
+    __PACKAGE__->loader_options( dump_overwrite => 1 );
     __PACKAGE__->storage_type( '::xyzzy' );
 }