};
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' };
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