projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
de0c4d9
)
Fix a forgotten CDBICompat component relocation
Peter Rabbitson [Wed, 7 May 2008 13:33:50 +0000 (13:33 +0000)]
t/68inflate_has_a.t
patch
|
blob
|
blame
|
history
diff --git
a/t/68inflate_has_a.t
b/t/68inflate_has_a.t
index
1346ce5
..
296aae0
100644
(file)
--- a/
t/68inflate_has_a.t
+++ b/
t/68inflate_has_a.t
@@
-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 ) },