X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frelationship%2Fcustom.t;fp=t%2Frelationship%2Fcustom.t;h=0cf32b56801138d348d7c31643d7c4944a34a603;hb=1daf13637feee7722e7bbaddb608920c9f8fd1df;hp=61f709cc6190b419ae14a16f8e6ebb8e08ebf2ba;hpb=03f6d1f7b65051799423237e9401689c1b43ad95;p=dbsrgits%2FDBIx-Class.git diff --git a/t/relationship/custom.t b/t/relationship/custom.t index 61f709c..0cf32b5 100644 --- a/t/relationship/custom.t +++ b/t/relationship/custom.t @@ -177,7 +177,7 @@ is( # try a specific everything via a non-simplified rel throws_ok { $artist->create_related('cds_90s', { title => 'related_creation 4', year => '2038' }); -} qr/\QCustom relationship 'cds_90s' does not resolve to a join-free condition fragment/, +} qr/\QRelationship 'cds_90s' does not resolve to a join-free condition fragment/, 'Create failed - non-simplified rel'; # Do a self-join last-entry search