Add a size/precision field to test file, make sure xml parser/producer work fine
[dbsrgits/SQL-Translator.git] / t / data / roundtrip.xml
index db07e42..8630ee0 100644 (file)
@@ -39,6 +39,12 @@ Created on Fri Aug 15 15:08:18 2003
           <field name="timest" size="0"
               data_type="timestamp" order="7" >
           </field>
+          <field name="numeric" size="9,1"
+              data_type="numeric" order="8" >
+          </field>
+          <field name="decimal" size="10,2"
+              data_type="decimal" order="9" >
+          </field>
         </fields>
 
         <indices>