From: Ken Youens-Clark Date: Wed, 5 Nov 2003 22:24:35 +0000 (+0000) Subject: Keeping up with changes in code. X-Git-Tag: v0.04~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=923c7bb8b47db69ffc9f7f1176451eaa4d36d2d5;p=dbsrgits%2FSQL-Translator.git Keeping up with changes in code. --- diff --git a/t/06xsv.t b/t/06xsv.t index 733dd46..065f71c 100644 --- a/t/06xsv.t +++ b/t/06xsv.t @@ -57,7 +57,7 @@ is( $f6->size, '6', 'Size is "6"' ); my $f7 = $fields[6]; is( $f7->name, 'Seven', 'Seventh field name is "Seven"' ); is( $f7->data_type, 'float', 'Data type is "float"' ); -is( $f7->size, '1,2', 'Size is "1,2"' ); +is( $f7->size, '3,2', 'Size is "3,2"' ); my @indices = $table->get_indices; is( scalar @indices, 0, 'Correct number of indices (0)' );