You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2005/06/11 11:42:07 UTC

cvs commit: db-torque/src/rttest test-schema.xml

tfischer    2005/06/11 02:42:07

  Modified:    src/rttest test-schema.xml
  Log:
  removed bug so that file now complies with the dtd
  
  Revision  Changes    Path
  1.24      +1 -1      db-torque/src/rttest/test-schema.xml
  
  Index: test-schema.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/rttest/test-schema.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- test-schema.xml	22 May 2005 15:05:13 -0000	1.23
  +++ test-schema.xml	11 Jun 2005 09:42:07 -0000	1.24
  @@ -133,7 +133,7 @@
       <column name="AUTOINCREMENT_NONE_ID" required="true" primaryKey="true" type="INTEGER" autoIncrement="true"/>
       <column name="NAME" type="VARCHAR" size="250"/>
     </table>
  -  <table name="AUTOINCREMENT_IDBROKER" idMethod="idBroker">
  +  <table name="AUTOINCREMENT_IDBROKER" idMethod="idbroker">
       <column name="AUTOINCREMENT_IDBROKER_ID" required="true" primaryKey="true" type="INTEGER" autoIncrement="true"/>
       <column name="NAME" type="VARCHAR" size="250"/>
     </table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org