Change plan
Peter Rabbitson [Mon, 16 Nov 2009 07:48:42 +0000 (07:48 +0000)]
t/101populate_rs.t

index 52aa332..2b42771 100644 (file)
@@ -15,8 +15,6 @@ use Test::More;
 use lib qw(t/lib);
 use DBICTest;
 
-plan tests => 146;
-
 
 ## ----------------------------------------------------------------------------
 ## Get a Schema and some ResultSets we can play with.
@@ -689,3 +687,5 @@ ARRAYREF_OF_ARRAYREF_STYLE: {
     cmp_ok( $mega_lamer->rank, '==', 42, "Got Correct rank for result object");
   } 
 }
+
+done_testing;