X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F23dumpmore.t;h=5c3c495da744c7186cebc8de0b9c355a3a279de6;hb=1a8fd9497918b9655f0824a520ab4155bbf51a5c;hp=35750a3c871727dfad1c0a3d8d383356b346e53b;hpb=dcc51168fb33f95e18bb3b8fdf285a3f0f7b555c;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/23dumpmore.t b/t/23dumpmore.t index 35750a3..5c3c495 100644 --- a/t/23dumpmore.t +++ b/t/23dumpmore.t @@ -50,10 +50,10 @@ $t->cleanup; close $config_file; $t->dump_test( - classname => 'DBICTest::Schema::_skip_load_external', + classname => 'DBICTest::Schema::_config_file', options => { config_file => "$config_file" }, warnings => [ - qr/Dumping manual schema for DBICTest::Schema::_skip_load_external to directory /, + qr/Dumping manual schema for DBICTest::Schema::_config_file to directory /, qr/Schema dump completed/, ], neg_regexes => { @@ -66,7 +66,7 @@ $t->cleanup; # proper exception $t->dump_test( - classname => 'DBICTest::Schema::_skip_load_external', + classname => 'DBICTest::Schema::_clashing_monikers', test_db_class => 'make_dbictest_db_clashing_monikers', error => qr/tables 'bar', 'bars' reduced to the same source moniker 'Bar'/, );