[Bast-commits] r5538 - DBIx-Class/0.08/branches/multi_stuff/t

robkinyon at dev.catalyst.perl.org robkinyon at dev.catalyst.perl.org
Fri Feb 20 03:18:05 GMT 2009


Author: robkinyon
Date: 2009-02-20 03:18:05 +0000 (Fri, 20 Feb 2009)
New Revision: 5538

Modified:
   DBIx-Class/0.08/branches/multi_stuff/t/03podcoverage.t
   DBIx-Class/0.08/branches/multi_stuff/t/66relationship.t
   DBIx-Class/0.08/branches/multi_stuff/t/96multi_create.t
Log:
Fixed some tests so they're now passing (things like bad plans and pod-coverage)

Modified: DBIx-Class/0.08/branches/multi_stuff/t/03podcoverage.t
===================================================================
--- DBIx-Class/0.08/branches/multi_stuff/t/03podcoverage.t	2009-02-20 03:11:29 UTC (rev 5537)
+++ DBIx-Class/0.08/branches/multi_stuff/t/03podcoverage.t	2009-02-20 03:18:05 UTC (rev 5538)
@@ -29,6 +29,11 @@
               mk_classaccessor/
         ]
     },
+    'DBIx::Class::Row' => {
+        ignore => [
+           qw( MULTICREATE_DEBUG )
+        ],
+    },
     'DBIx::Class::Storage' => {
         ignore => [
             qw(cursor)

Modified: DBIx-Class/0.08/branches/multi_stuff/t/66relationship.t
===================================================================
--- DBIx-Class/0.08/branches/multi_stuff/t/66relationship.t	2009-02-20 03:11:29 UTC (rev 5537)
+++ DBIx-Class/0.08/branches/multi_stuff/t/66relationship.t	2009-02-20 03:18:05 UTC (rev 5538)
@@ -8,7 +8,7 @@
 
 my $schema = DBICTest->init_schema();
 
-plan tests => 75;
+plan tests => 69;
 
 # has_a test
 my $cd = $schema->resultset("CD")->find(4);

Modified: DBIx-Class/0.08/branches/multi_stuff/t/96multi_create.t
===================================================================
--- DBIx-Class/0.08/branches/multi_stuff/t/96multi_create.t	2009-02-20 03:11:29 UTC (rev 5537)
+++ DBIx-Class/0.08/branches/multi_stuff/t/96multi_create.t	2009-02-20 03:18:05 UTC (rev 5538)
@@ -6,7 +6,7 @@
 use lib qw(t/lib);
 use DBICTest;
 
-plan tests => 85;
+plan tests => 79;
 
 my $schema = DBICTest->init_schema();
 




More information about the Bast-commits mailing list