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/07/25 22:33:25 UTC

svn commit: r225175 - in /incubator/jdo/trunk/tck20/test/orm: applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/

Author: mcaisse
Date: Mon Jul 25 13:32:14 2005
New Revision: 225175

URL: http://svn.apache.org/viewcvs?rev=225175&view=rev
Log:
typos in various orm files

Modified:
    incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-derby.orm
    incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections-derby.orm
    incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections-derby.orm
    incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-derby.orm
    incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections-derby.orm

Modified: incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-derby.orm
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-derby.orm?rev=225175&r1=225174&r2=225175&view=diff
==============================================================================
--- incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-derby.orm (original)
+++ incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-derby.orm Mon Jul 25 13:32:14 2005
@@ -96,7 +96,7 @@
             </field>
             <field name="CollectionOfByte25" column="COLLECTION_OF_BYTE25">
             </field>
-            <field name="CollectionOfByte26" table="COLLECTION_OF_BYTE27">
+            <field name="CollectionOfByte26" table="COLLECTION_OF_BYTE26">
                 <join column="IDENTIFIER"/>
                 <element column="BYTEVAL"/>
             </field>

Modified: incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections-derby.orm
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections-derby.orm?rev=225175&r1=225174&r2=225175&view=diff
==============================================================================
--- incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections-derby.orm (original)
+++ incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections-derby.orm Mon Jul 25 13:32:14 2005
@@ -84,7 +84,7 @@
             </field>
             <field name="MapOfString_Byte25" column="MAP_OF_STRING_BYTE25">
             </field>
-            <field name="MapOfString_Byte26" column="MAP_OF_STRING_BYTE27">
+            <field name="MapOfString_Byte26" column="MAP_OF_STRING_BYTE26">
             </field>
             <field name="MapOfString_Double27" column="MAP_OF_STRING_DOUBLE27">
             </field>

Modified: incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections-derby.orm
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections-derby.orm?rev=225175&r1=225174&r2=225175&view=diff
==============================================================================
--- incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections-derby.orm (original)
+++ incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections-derby.orm Mon Jul 25 13:32:14 2005
@@ -2,7 +2,7 @@
 <!DOCTYPE orm PUBLIC "-//Sun Microsystems, Inc.//DTD Java Data Objects Mapping Metadata 2.0//EN" "http://java.sun.com/dtd/orm_2_0.dtd">
 <orm>
     <package name="org.apache.jdo.tck.pc.fieldtypes">
-        <class name="ArrayListCollections" table="LIST_COLLECTIONS">
+        <class name="ArrayListCollections" table="ARRAYLIST_COLLECTIONS">
             <datastore-identity strategy="identity" column="DATASTORE_IDENTITY"/>
             <field name="identifier" column="IDENTIFIER"/>
             <field name="ArrayListOfObject0" table="ARRAYLIST_OF_OBJECT0">

Modified: incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-derby.orm
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-derby.orm?rev=225175&r1=225174&r2=225175&view=diff
==============================================================================
--- incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-derby.orm (original)
+++ incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-derby.orm Mon Jul 25 13:32:14 2005
@@ -97,7 +97,7 @@
             </field>
             <field name="CollectionOfByte25" column="COLLECTION_OF_BYTE25">
             </field>
-            <field name="CollectionOfByte26" table="COLLECTION_OF_BYTE27">
+            <field name="CollectionOfByte26" table="COLLECTION_OF_BYTE26">
                 <join column="IDENTIFIER"/>
                 <element column="BYTEVAL"/>
             </field>

Modified: incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections-derby.orm
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections-derby.orm?rev=225175&r1=225174&r2=225175&view=diff
==============================================================================
--- incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections-derby.orm (original)
+++ incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections-derby.orm Mon Jul 25 13:32:14 2005
@@ -193,8 +193,6 @@
             </field>
             <field name="HashMapOfString_Long79" column="HASHMAP_STR_LONG79">
             </field>
-            <field name="HashMapOfString_Long80" column="HASHMAP_STR_LONG80">
-            </field>
             <field name="HashMapOfString_Short81" column="HASHMAP_STR_SHORT81">
             </field>
             <field name="HashMapOfString_Short82" column="HASHMAP_STR_SHORT82">