From: Jess Robinson Date: Fri, 30 Jan 2009 14:33:24 +0000 (+0000) Subject: DB2 compat: add new artist rank field to col_info_for test X-Git-Tag: v0.08240~153 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70c29d322398ebe3b6d5e24e032222182e61fed9;p=dbsrgits%2FDBIx-Class.git DB2 compat: add new artist rank field to col_info_for test --- diff --git a/t/745db2.t b/t/745db2.t index 48f975c..5d628e8 100644 --- a/t/745db2.t +++ b/t/745db2.t @@ -60,6 +60,11 @@ my $test_type_info = { 'is_nullable' => 1, 'size' => 10 }, + 'rank' => { + 'data_type' => 'INTEGER', + 'is_nullable' => 1, + 'size' => 10 + }, };