You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2004/01/29 13:34:51 UTC

cvs commit: db-ojb/src/test/org/apache/ojb repository_junit_meta_seq.xml repository_junit_reference.xml

arminw      2004/01/29 04:34:51

  Modified:    src/test/org/apache/ojb repository_junit_meta_seq.xml
                        repository_junit_reference.xml
  Log:
  change order of element declaration to be valid against dtd
  
  Revision  Changes    Path
  1.2       +17 -15    db-ojb/src/test/org/apache/ojb/repository_junit_meta_seq.xml
  
  Index: repository_junit_meta_seq.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/repository_junit_meta_seq.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- repository_junit_meta_seq.xml	9 Dec 2003 13:46:46 -0000	1.1
  +++ repository_junit_meta_seq.xml	29 Jan 2004 12:34:51 -0000	1.2
  @@ -523,6 +523,16 @@
           jdbc-type="VARCHAR"
           />
   
  +        <reference-descriptor
  +        name="singleReference"
  +        class-ref="org.apache.ojb.broker.sequence.NativeIdentifierTest$SingleReference"
  +        proxy="false"
  +        auto-retrieve="true"
  +        auto-update="true"
  +        auto-delete="true">
  +            <foreignkey field-ref="refFK"/>
  +      </reference-descriptor>
  +
           <collection-descriptor
            name="allReferences"
            element-class-ref="org.apache.ojb.broker.sequence.NativeIdentifierTest$CollectionReference"
  @@ -533,16 +543,6 @@
            <orderby name="refIdentifier" sort="DESC"/>
            <inverse-foreignkey field-ref="fkIdentifier"/>
         </collection-descriptor>
  -
  -        <reference-descriptor
  -        name="singleReference"
  -        class-ref="org.apache.ojb.broker.sequence.NativeIdentifierTest$SingleReference"
  -        proxy="false"
  -        auto-retrieve="true"
  -        auto-update="true"
  -        auto-delete="true">
  -            <foreignkey field-ref="refFK"/>
  -      </reference-descriptor>
       </class-descriptor>
   
   <!-- NOTE: This test class is specific for hsql, the database table was
  @@ -728,10 +728,6 @@
       <class-descriptor
           class="org.apache.ojb.broker.ObjectCacheTest$CacheFilterObject"
           table="CACHE_TEST">
  -        <!-- when cache filtering is enabled this class was not cached -->
  -        <attribute
  -            attribute-name="cacheable"
  -            attribute-value="false"/>
   
           <field-descriptor
            name="objId"
  @@ -745,6 +741,12 @@
            column="NAME"
            jdbc-type="VARCHAR"
           />
  +
  +        <!-- when cache filtering is enabled this class was not cached -->
  +        <attribute
  +            attribute-name="cacheable"
  +            attribute-value="false"/>
  +        
       </class-descriptor>
   
   
  
  
  
  1.5       +2 -2      db-ojb/src/test/org/apache/ojb/repository_junit_reference.xml
  
  Index: repository_junit_reference.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/repository_junit_reference.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- repository_junit_reference.xml	28 Jan 2004 23:55:30 -0000	1.4
  +++ repository_junit_reference.xml	29 Jan 2004 12:34:51 -0000	1.5
  @@ -461,7 +461,7 @@
           name="collectionDummy"
           element-class-ref="org.apache.ojb.broker.CollectionTest$CollectibleBase"
           collection-class="org.apache.ojb.broker.CollectionTest$CollectionClassDummy"
  -        auto-retreive="true"
  +        auto-retrieve="true"
           auto-update="true">
               <orderby name="colId" sort="ASC"/>
               <inverse-foreignkey field-ref="gathererId"/>
  
  
  

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