X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F08postgres-to-mysql.t;h=775bae83ae3274d3a1e882ffc324ebaebbca77d0;hb=65e7a0690b343c3704b856325593221c82a6a6f2;hp=fc4a4980b60f30245e77638243ed8c80741a0042;hpb=e4a9818dd51f752673818986e0419f25ad9f9357;p=dbsrgits%2FSQL-Translator.git diff --git a/t/08postgres-to-mysql.t b/t/08postgres-to-mysql.t index fc4a498..775bae8 100644 --- a/t/08postgres-to-mysql.t +++ b/t/08postgres-to-mysql.t @@ -59,7 +59,7 @@ COMMENT ON COLUMN cvterm.cv_id IS 'The cv/ontology/namespace to which this cvterm belongs'; COMMENT ON COLUMN cvterm.name IS 'A concise human-readable name describing the meaning of the cvterm'; -COMMENT ON COLUMN cvterm.definition IS +COMMENT ON COLUMN cvterm.termdefinition IS 'A human-readable text definition'; COMMENT ON COLUMN cvterm.dbxref_id IS 'A human-readable text definition'; @@ -153,4 +153,4 @@ my $tr = SQL::Translator->new( producer => "MySQL" ); -ok( $tr->translate(\$create), 'Translate PG2My' ); +ok( $tr->translate(\$create), 'Translate PG2My' ) or diag($tr->error);