Removed CDBI subclassing bugs. constrain_columns to work out now
[dbsrgits/DBIx-Class.git] / t / 68inflate.t
index 6cbc96d..7afb0e9 100644 (file)
@@ -7,15 +7,11 @@ use DBICTest;
 
 my $schema = DBICTest->init_schema();
 
-DBICTest::Schema::CD->add_column('year2');
-$DB::single = 1;
 eval { require DateTime };
 plan skip_all => "Need DateTime for inflation tests" if $@;
 
 plan tests => 4;
 
-$DB::single = 1;
-
 $schema->class('CD')
 #DBICTest::Schema::CD
 ->inflate_column( 'year',