From: Brandon L. Black Date: Tue, 20 Jun 2006 03:35:22 +0000 (+0000) Subject: fix broken test X-Git-Tag: v0.07002~75^2~98 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=637219abbaf7c4203d256b199afa0f52704bdec6;p=dbsrgits%2FDBIx-Class.git fix broken test --- diff --git a/t/71mysql.t b/t/71mysql.t index 93f45fd..4ae1ef8 100644 --- a/t/71mysql.t +++ b/t/71mysql.t @@ -59,7 +59,7 @@ my $test_type_info = { 'default_value' => undef, }, 'charfield' => { - 'data_type' => 'VARCHAR', + 'data_type' => 'CHAR', 'is_nullable' => 1, 'size' => 10, 'default_value' => undef,