X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F64db.t;h=b207a2940296f95d8a225b806fe1f5b2603afe20;hb=a85b7ebe9762ca64a08468f6c8f27a0ae583d38c;hp=14ad6e0f130e26546beb4577ce6f2846729eacef;hpb=aab0d3b7fa814597c897c0cd50c1c47714d477bd;p=dbsrgits%2FDBIx-Class.git diff --git a/t/64db.t b/t/64db.t index 14ad6e0..b207a29 100644 --- a/t/64db.t +++ b/t/64db.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings; use Test::More; use lib qw(t/lib); @@ -47,9 +47,7 @@ is_deeply ( 'Correctly retrieve column info (no size or is_nullable)' ); -TODO: { - local $TODO = 'All current versions of SQLite seem to mis-report is_nullable'; - +{ is_deeply ( get_storage_column_info ($schema->storage, 'artist', qw/size/), {