Keeping up with changes in code.
Ken Youens-Clark [Wed, 5 Nov 2003 22:24:35 +0000 (22:24 +0000)]
t/06xsv.t

index 733dd46..065f71c 100644 (file)
--- 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)' );