todoify tests about to be broken
Peter Rabbitson [Sun, 23 Nov 2008 08:17:46 +0000 (08:17 +0000)]
t/96multi_create.t

index d54deba..3c10eb8 100644 (file)
@@ -457,6 +457,8 @@ eval {
 };
 diag $@ if $@;
 
+TODO {
+local $TODO = 'Next 2 evals are NOT supposed to work, jnaps code will be torn to bits in another branch';
 #SPECIAL_CASE
 eval {
   my $kurt_cobain = { name => 'Kurt Cobain' };
@@ -494,6 +496,8 @@ eval {
   is($a->cds && $a->cds->first->title, 'The Wall', 'CD insertion ok');
 };
 diag $@ if $@;
+}
+
 
 ## Create foreign key col obj including PK
 ## See test 20 in 66relationships.t