From: Rafael Kitover Date: Thu, 31 Dec 2009 18:00:35 +0000 (+0000) Subject: switch oracle tests to done_testing() X-Git-Tag: v0.08116~75^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86cc4156c04392298f3a554f7aa8b426a1d4b251;p=dbsrgits%2FDBIx-Class.git switch oracle tests to done_testing() --- diff --git a/t/73oracle.t b/t/73oracle.t index b2f056c..c44a3f0 100644 --- a/t/73oracle.t +++ b/t/73oracle.t @@ -40,8 +40,6 @@ plan skip_all => 'Set $ENV{DBICTEST_ORA_DSN}, _USER and _PASS to run this test. ' as well as following sequences: \'pkid1_seq\', \'pkid2_seq\' and \'nonpkid_seq\'' unless ($dsn && $user && $pass); -plan tests => 36; - DBICTest::Schema->load_classes('ArtistFQN'); my $schema = DBICTest::Schema->connect($dsn, $user, $pass); @@ -239,6 +237,8 @@ SKIP: { } } +done_testing; + # clean up our mess END { if($schema && ($dbh = $schema->storage->dbh)) {