[Bast-commits] r8203 - DBIx-Class/0.08/branches/oracle_shorten_aliases/t

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Thu Dec 31 18:00:35 GMT 2009


Author: caelum
Date: 2009-12-31 18:00:35 +0000 (Thu, 31 Dec 2009)
New Revision: 8203

Modified:
   DBIx-Class/0.08/branches/oracle_shorten_aliases/t/73oracle.t
Log:
switch oracle tests to done_testing()

Modified: DBIx-Class/0.08/branches/oracle_shorten_aliases/t/73oracle.t
===================================================================
--- DBIx-Class/0.08/branches/oracle_shorten_aliases/t/73oracle.t	2009-12-31 17:55:50 UTC (rev 8202)
+++ DBIx-Class/0.08/branches/oracle_shorten_aliases/t/73oracle.t	2009-12-31 18:00:35 UTC (rev 8203)
@@ -40,8 +40,6 @@
   ' 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 @@
 	}
 }
 
+done_testing;
+
 # clean up our mess
 END {
     if($schema && ($dbh = $schema->storage->dbh)) {




More information about the Bast-commits mailing list