From: Arthur Axel "fREW" Schmidt Date: Wed, 11 Nov 2009 22:54:15 +0000 (+0000) Subject: clearer test message X-Git-Tag: v0.08113~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d6eda46937b0c9a18d67fda212f753ffc5b6520a;p=dbsrgits%2FDBIx-Class.git clearer test message --- diff --git a/t/100populate.t b/t/100populate.t index 5237480..e179931 100644 --- a/t/100populate.t +++ b/t/100populate.t @@ -314,6 +314,6 @@ lives_ok { autopilot => 'b', }] }]) -} 'fix RT50828'; +} 'multicol-PK has_many populate works'; done_testing;