X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frelationship%2Fcustom.t;h=264650576bb9c845fb1d8347e29ed00a98e7c20f;hb=8aae794001ecccdb26c2bbd1b92c97bba9e65d79;hp=32c8cf8f2ca574cd808b31814ffe34705cf8798c;hpb=c0329273268971824784f239f32c7246e68da9c5;p=dbsrgits%2FDBIx-Class.git diff --git a/t/relationship/custom.t b/t/relationship/custom.t index 32c8cf8..2646505 100644 --- a/t/relationship/custom.t +++ b/t/relationship/custom.t @@ -162,7 +162,7 @@ lives_ok { # try to create_related a 80s cd throws_ok { $artist->create_related('cds_80s', { title => 'related creation 1' }); -} qr/\QUnable to complete value inferrence - custom relationship 'cds_80s' on source 'Artist' returns conditions instead of values for column(s): 'year'/, +} qr/\QUnable to complete value inferrence - relationship 'cds_80s' on source 'Artist' results in expression(s) instead of definitive values: ( year < ? AND year > ? )/, 'Create failed - complex cond'; # now supply an explicit arg overwriting the ambiguous cond