X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F64db.t;h=14ad6e0f130e26546beb4577ce6f2846729eacef;hb=55087b9990ac4c004f1e6b9742f73d89274cf7f2;hp=7631439e73c49eccb5b870dd75a1af3df656395b;hpb=a7b999562e09b4e7132fcba4028d272198376fdc;p=dbsrgits%2FDBIx-Class.git diff --git a/t/64db.t b/t/64db.t index 7631439..14ad6e0 100644 --- a/t/64db.t +++ b/t/64db.t @@ -64,6 +64,11 @@ TODO: { 'rank' => { 'data_type' => 'integer', 'is_nullable' => 0, + 'default_value' => '13', + }, + 'charfield' => { + 'data_type' => 'char', + 'is_nullable' => 1, }, }, 'Correctly retrieve column info (mixed null and non-null columns)'