[Bast-commits] r5430 - DBIx-Class/0.08/branches/multi_stuff/t
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Mon Feb 9 09:37:35 GMT 2009
Author: ribasushi
Date: 2009-02-09 09:37:34 +0000 (Mon, 09 Feb 2009)
New Revision: 5430
Modified:
DBIx-Class/0.08/branches/multi_stuff/t/60core.t
Log:
Remove bogus test:
mst: r5411 is groditi testing a fixed bug.
Modified: DBIx-Class/0.08/branches/multi_stuff/t/60core.t
===================================================================
--- DBIx-Class/0.08/branches/multi_stuff/t/60core.t 2009-02-09 09:25:58 UTC (rev 5429)
+++ DBIx-Class/0.08/branches/multi_stuff/t/60core.t 2009-02-09 09:37:34 UTC (rev 5430)
@@ -7,7 +7,7 @@
my $schema = DBICTest->init_schema();
-plan tests => 89;
+plan tests => 88;
eval { require DateTime::Format::MySQL };
my $NO_DTFM = $@ ? 1 : 0;
@@ -387,10 +387,3 @@
$en_row->insert;
is($en_row->encoded, 'amliw', 'insert does not encode again');
}
-
-#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');
-}
More information about the Bast-commits
mailing list