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 2008/05/22 10:11:15 UTC

svn commit: r659037 - /db/torque/test/trunk/test-project/src/schema/test-schema.xml

Author: tfischer
Date: Thu May 22 01:11:14 2008
New Revision: 659037

URL: http://svn.apache.org/viewvc?rev=659037&view=rev
Log:
fixed typo in test schema

Modified:
    db/torque/test/trunk/test-project/src/schema/test-schema.xml

Modified: db/torque/test/trunk/test-project/src/schema/test-schema.xml
URL: http://svn.apache.org/viewvc/db/torque/test/trunk/test-project/src/schema/test-schema.xml?rev=659037&r1=659036&r2=659037&view=diff
==============================================================================
--- db/torque/test/trunk/test-project/src/schema/test-schema.xml (original)
+++ db/torque/test/trunk/test-project/src/schema/test-schema.xml Thu May 22 01:11:14 2008
@@ -486,7 +486,7 @@
   </table>
   
   <!--  Table to test SummaryHelper class  -->
-  <table name="summerize1" description="Test table for summaryHelper class" >
+  <table name="summarize1" description="Test table for summaryHelper class" >
     <column name="id" required="true" primaryKey="true" type="INTEGER" 
             description="id column" autoIncrement="true" />
     <column name="group_by1" type="VARCHAR" javaType="primitive" size="100" />



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