From: Mark Addison <grommit@users.sourceforge.net>
Date: Thu, 22 Dec 2005 12:13:22 +0000 (+0000)
Subject: Fixed missing schema table comments
X-Git-Tag: v0.11008~474
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4fb1ddcc7c3257b7a8eafce20cbfef9fbd1332a;p=dbsrgits%2FSQL-Translator.git

Fixed missing schema table comments
---

diff --git a/t/17sqlfxml-producer.t b/t/17sqlfxml-producer.t
index 54003c4..21949ae 100644
--- a/t/17sqlfxml-producer.t
+++ b/t/17sqlfxml-producer.t
@@ -83,6 +83,7 @@ $ans = <<EOXML;
           <extra />
         </constraint>
       </constraints>
+      <comments></comments>
     </table>
   </tables>
   <views></views>
@@ -291,6 +292,7 @@ $ans = <<EOXML;
       </fields>
       <indices></indices>
       <constraints></constraints>
+      <comments></comments>
     </table>
   </tables>
   <views></views>
diff --git a/t/38-filter-names.t b/t/38-filter-names.t
index ab791c6..c46b663 100644
--- a/t/38-filter-names.t
+++ b/t/38-filter-names.t
@@ -70,6 +70,7 @@ schema:
       constraints: []
       fields:
         First_name:
+          comments: ''
           data_type: foovar
           default_value: ~
           extra: {}