From: Mark Addison Date: Wed, 25 May 2005 11:14:22 +0000 (+0000) Subject: Fixed broken comment in test (from Chris Hilton patch) X-Git-Tag: v0.11008~564 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb2929aefd0df3ee7c5543938e44607a9e9771bb;p=dbsrgits%2FSQL-Translator.git Fixed broken comment in test (from Chris Hilton patch) --- diff --git a/t/08postgres-to-mysql.t b/t/08postgres-to-mysql.t index c9eb708..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';