Changed field size.
Ken Youens-Clark [Thu, 21 Aug 2003 02:38:45 +0000 (02:38 +0000)]
t/02mysql-parser.t

index 7d3ba41..30971e8 100644 (file)
@@ -38,7 +38,7 @@ use SQL::Translator::Schema::Constants;
 
     is( $f2->name, 'a_session', 'Second field name is "a_session"' );
     is( $f2->data_type, 'text', 'Type is "text"' );
-    is( $f2->size, 65000, 'Size is "65000"' );
+    is( $f2->size, 65_535, 'Size is "65,535"' );
     is( $f2->is_nullable, 1, 'Field can be null' );
     is( $f2->default_value, undef, 'Default value is undefined' );
     is( $f2->is_primary_key, 0, 'Field is not PK' );