From: Arthur Axel 'fREW' Schmidt Date: Tue, 25 May 2010 14:22:54 +0000 (-0500) Subject: remove bogus tests X-Git-Tag: v0.001000_12~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=026eaf0c35a47cd3ed6b6a0414df64f637435cd0 remove bogus tests --- diff --git a/t/deploy_methods/sql_translator.t b/t/deploy_methods/sql_translator.t index f9f5bfa..3d46153 100644 --- a/t/deploy_methods/sql_translator.t +++ b/t/deploy_methods/sql_translator.t @@ -44,11 +44,6 @@ VERSION1: { $dm->prepare_deploy; ok( $warned, 'prepare_deploy warns if you run it twice' ); } - mkpath(catfile(qw( t sql _common schema 1.0 ))); - open my $common, '>', - catfile(qw( t sql _common schema 1.0 002-error.sql )); - print {$common} qq; - close $common; ok( -f catfile(qw( t sql SQLite schema 1.0 001-auto.sql-json )), @@ -61,17 +56,7 @@ VERSION1: { }) } 'schema not deployed'; - mkpath catfile(qw( t sql _common schema 1.0 )); - open $common, '>', - catfile(qw( t sql _common schema 1.0 001-auto.sql )); - print {$common} qq; - close $common; - { - my $warned = 0; - local $SIG{__WARN__} = sub{$warned = 1}; - $dm->deploy; - ok( $warned, 'deploy warns on sql errors' ); - } + $dm->deploy; lives_ok { $s->resultset('Foo')->create({