Test for earlier column_info overwriting (r1890)
Cory G Watson [Tue, 30 May 2006 23:53:55 +0000 (23:53 +0000)]
t/68inflate.t

index b730253..41cf8c8 100644 (file)
@@ -5,6 +5,7 @@ use Test::More;
 use lib qw(t/lib);
 use DBICTest;
 
+DBICTest::Schema::CD->add_column('year');
 my $schema = DBICTest->init_schema();
 
 eval { require DateTime };