Fix a forgotten CDBICompat component relocation
Peter Rabbitson [Wed, 7 May 2008 13:33:50 +0000 (13:33 +0000)]
t/68inflate_has_a.t

index 1346ce5..296aae0 100644 (file)
@@ -12,7 +12,7 @@ plan skip_all => "Need DateTime for inflation tests" if $@;
 
 plan tests => 6;
 
-DBICTest::Schema::CD->load_components(qw/CDBICompat::HasA/);
+DBICTest::Schema::CD->load_components(qw/CDBICompat::Relationships/);
 
 DBICTest::Schema::CD->has_a( 'year', 'DateTime',
       inflate => sub { DateTime->new( year => shift ) },