Merge 'trunk' into 'roundtrip'
[dbsrgits/SQL-Translator.git] / t / 16xml-parser.t
index 485d3e6..c962846 100644 (file)
@@ -99,7 +99,7 @@ schema_ok( $scma, {
                 {
                     name => "email",
                     data_type => "varchar",
-                    size => 255,
+                    size => 500,
                     is_unique => 1,
                     default_value => undef,
                     is_nullable => 1,