The test has been added to DBIx-Class/0.08/branches/multi_stuff/t/60core.t

#make sure result sources can resolve their own names
{
  my $source_class = 'DBICTest::Schema::Artist';
  my $source = $source_class->result_source_instance;
  is($source->source_name, 'Artist', 'source_name is correct');
}

This has worked before and is now broken. I confirmed that this was
supported on 0.08010

-- 
Guillermo Roditi (groditi)
_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk

Reply via email to