[Bast-commits] r6733 - DBIx-Class/0.08/trunk/t/relationship
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Sat Jun 20 08:16:03 GMT 2009
Author: ribasushi
Date: 2009-06-20 08:16:02 +0000 (Sat, 20 Jun 2009)
New Revision: 6733
Modified:
DBIx-Class/0.08/trunk/t/relationship/core.t
Log:
todoify skip
Modified: DBIx-Class/0.08/trunk/t/relationship/core.t
===================================================================
--- DBIx-Class/0.08/trunk/t/relationship/core.t 2009-06-19 21:09:48 UTC (rev 6732)
+++ DBIx-Class/0.08/trunk/t/relationship/core.t 2009-06-20 08:16:02 UTC (rev 6733)
@@ -40,8 +40,8 @@
year => 2005,
} );
- SKIP:{
- skip "Can't fix right now", 1 if $DBIx::Class::VERSION < 0.09;
+ TODO: {
+ local $TODO = "Can't fix right now" if $DBIx::Class::VERSION < 0.09;
lives_ok { $big_flop->genre} "Don't throw exception when col is not loaded after insert";
};
}
More information about the Bast-commits
mailing list