X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F68inflate.t;fp=t%2F68inflate.t;h=7afb0e9f125496eebadd4d12c6b03407e37bee85;hb=e87bedbe12121cef1c12b6fdd8afa3d863831175;hp=6cbc96d826407c11133e5ea119ca3a1d6fc6b0b6;hpb=e522f14ae09fb8cceb31a0fd58e7ceea4de19a93;p=dbsrgits%2FDBIx-Class.git diff --git a/t/68inflate.t b/t/68inflate.t index 6cbc96d..7afb0e9 100644 --- a/t/68inflate.t +++ b/t/68inflate.t @@ -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',