X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmulti_create%2Ftorture.t;h=1d3f23e8fe633fd6e1abb0252adc571e21c10ba8;hb=8273e845426f0187b4ad6c4a1b42286fa09a648f;hp=28a4e1d94dc86601441d58ed7ecd66a338ec4a93;hpb=987210ca0ba7dfa28edec967ffb98b872c15231d;p=dbsrgits%2FDBIx-Class.git diff --git a/t/multi_create/torture.t b/t/multi_create/torture.t index 28a4e1d..1d3f23e 100644 --- a/t/multi_create/torture.t +++ b/t/multi_create/torture.t @@ -8,7 +8,7 @@ use DBICTest; plan tests => 23; -# an insane multicreate +# an insane multicreate # (should work, despite the fact that no one will probably use it this way) my $schema = DBICTest->init_schema(); @@ -38,7 +38,7 @@ eval { name => 'bob', producer_to_cd => [ { - cd => { + cd => { artist => { name => 'lars', cds => [ @@ -111,11 +111,11 @@ eval { }, }, { - cd => { + cd => { artist => { name => 'lars', # should already exist # even though the artist 'name' is not uniquely constrained - # find_or_create will arguably DWIM + # find_or_create will arguably DWIM }, title => 'Greatest hits 7', year => 2013,