From: Dagfinn Ilmari Mannsåker Date: Fri, 25 Jul 2014 12:27:00 +0000 (+0100) Subject: Switch t/13schema.t to done_testing X-Git-Tag: v0.11019~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d81cb6bc304387b8a4fed21b4aee60b0230daca5;p=dbsrgits%2FSQL-Translator.git Switch t/13schema.t to done_testing --- diff --git a/t/13schema.t b/t/13schema.t index 3d38208..2a74c58 100644 --- a/t/13schema.t +++ b/t/13schema.t @@ -4,7 +4,7 @@ $| = 1; use strict; -use Test::More tests => 245; +use Test::More; use Test::Exception; use SQL::Translator::Schema::Constants; @@ -744,3 +744,5 @@ require_ok( 'SQL::Translator::Schema' ); throws_ok { $f1 = $t2->add_field( name => 'location' ) } qr/field order incomplete/; } + +done_testing;