From: Ken Youens-Clark Date: Thu, 6 Nov 2003 16:54:58 +0000 (+0000) Subject: Changing test to keep up with module. X-Git-Tag: v0.04~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c77202c498b025309fa60efa69ca24062e9d818c;p=dbsrgits%2FSQL-Translator.git Changing test to keep up with module. --- diff --git a/t/10excel.t b/t/10excel.t index 9ec0eff..a5acc66 100644 --- a/t/10excel.t +++ b/t/10excel.t @@ -46,7 +46,7 @@ is( $f4->is_primary_key, 0, 'Field is not PK' ); my $f5 = shift @fields; is( $f5->name, 'bitmap', 'Fifth field name is "bitmap"' ); is( lc $f5->data_type, 'char', 'Data type is "char"' ); -is( $f5->size, 0, 'Size is "0"' ); +is( $f5->size, 1, 'Size is "1"' ); is( $f5->is_primary_key, 0, 'Field is not PK' ); my $f6 = shift @fields;