X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F23dumpmore.t;h=47364f519479cc11045b965f8dac21c338f514bb;hb=f56e3f73f213ed706a7ac0377268ed525fbfb758;hp=f94cc3f2a68fc58b3a20ea9b579723cc5affcea3;hpb=28310f24a72d93ca7fc3852c7458e4c05d84fe2b;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/23dumpmore.t b/t/23dumpmore.t index f94cc3f..47364f5 100644 --- a/t/23dumpmore.t +++ b/t/23dumpmore.t @@ -387,6 +387,7 @@ $t->dump_test( constraint => [ [ qr/my_schema/ => qr/foo|bar/ ] ], exclude => [ [ qr/my_schema/ => qr/bar/ ] ], }, + generated_results => [qw(MySchema::Floop)], warnings => [ qr/^db_schema is not supported on SQLite/, ], @@ -576,6 +577,7 @@ $t->dump_test( options => { use_namespaces => 1, }, + generated_results => [qw(Foo Bar)], regexes => { 'Result/Foo' => [ qr/sub custom_method { 'custom_method works' }\n0;\n\n# You can replace.*\n1;\n\z/, @@ -589,6 +591,7 @@ $t->dump_test( options => { dry_run => 1, }, + generated_results => [qw(Foo Bar)], ); my $schema_file = $t->class_file('DBICTest::DumpMore::DryRun');