Author: mcaisse
Date: Wed Sep 20 09:48:11 2006
New Revision: 448262
URL: http://svn.apache.org/viewvc?view=rev&rev=448262
Log:
JDO-420 Fixed typo in package name
Modified:
db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/companyListWithoutJoin/package-standard10.orm
db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/companyListWithoutJoin/package-standard10.orm
Modified: db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/companyListWithoutJoin/package-standard10.orm
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/companyListWithoutJoin/package-standard10.orm?view=diff&rev=448262&r1=448261&r2=448262
==============================================================================
--- db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/companyListWithoutJoin/package-standard10.orm
(original)
+++ db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/companyListWithoutJoin/package-standard10.orm
Wed Sep 20 09:48:11 2006
@@ -7,7 +7,7 @@
This file contains the schema information when an implementation
has application identity.
-->
- <package name="org.apache.jdo.tck.pc.companyMapWithoutJoin">
+ <package name="org.apache.jdo.tck.pc.companyListWithoutJoin">
<class name="Company" table="companies">
<field name="companyid" column="ID"/>
Modified: db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/companyListWithoutJoin/package-standard10.orm
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/companyListWithoutJoin/package-standard10.orm?view=diff&rev=448262&r1=448261&r2=448262
==============================================================================
--- db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/companyListWithoutJoin/package-standard10.orm
(original)
+++ db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/companyListWithoutJoin/package-standard10.orm
Wed Sep 20 09:48:11 2006
@@ -7,7 +7,7 @@
This file contains the schema information when an implementation
has datastore identity.
-->
- <package name="org.apache.jdo.tck.pc.companyMapWithoutJoin">
+ <package name="org.apache.jdo.tck.pc.companyListWithoutJoin">
<class name="Company" table="companies">
<datastore-identity strategy="identity" column="DATASTORE_IDENTITY"/>
|