X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F23dumpmore.t;h=95d5e228f970f754fd1575741abe24673d6d0cec;hb=12c918bdefc9be6e6515f433d6199608a1ca4a58;hp=beb1cdd01ad4dd25fa56389428861ffd03e7627b;hpb=a4187fdf58a28e2ec8a4905b2164c3a6ec297fa9;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/23dumpmore.t b/t/23dumpmore.t index beb1cdd..95d5e22 100644 --- a/t/23dumpmore.t +++ b/t/23dumpmore.t @@ -5,10 +5,9 @@ use File::Path; use make_dbictest_db; require DBIx::Class::Schema::Loader; -plan tests => 40; - -plan skip_all => "ActiveState perl produces additional warnings, and this test uses unix paths" - if ($^O eq 'MSWin32'); +$^O eq 'MSWin32' + ? plan(skip_all => "ActiveState perl produces additional warnings, and this test uses unix paths") + : plan(tests => 40); my $DUMP_PATH = './t/_dump'; @@ -138,7 +137,7 @@ do_dump_test( do_dump_test( classname => 'DBICTest::DumpMore::1', - options => { dump_overwrite => 1 }, + options => { really_erase_my_files => 1 }, error => '', warnings => [ qr/Dumping manual schema for DBICTest::DumpMore::1 to directory /,