You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mc...@apache.org on 2005/05/20 03:19:26 UTC

svn commit: r171030 - /incubator/jdo/trunk/tck20/test/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes.jdo

Author: mcaisse
Date: Thu May 19 18:19:25 2005
New Revision: 171030

URL: http://svn.apache.org/viewcvs?rev=171030&view=rev
Log:
Fix typo in Alltypes.jdo (datastore)

Modified:
    incubator/jdo/trunk/tck20/test/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes.jdo

Modified: incubator/jdo/trunk/tck20/test/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes.jdo
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes.jdo?rev=171030&r1=171029&r2=171030&view=diff
==============================================================================
--- incubator/jdo/trunk/tck20/test/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes.jdo (original)
+++ incubator/jdo/trunk/tck20/test/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes.jdo Thu May 19 18:19:25 2005
@@ -3,7 +3,7 @@
 <jdo>
     <package name="org.apache.jdo.tck.pc.fieldtypes">
         <class name="AllTypes">
-            <field name="identifier"  persistence-modifier="none"/>
+            <field name="id"  persistence-modifier="none"/>
         </class>
     </package>
 </jdo>