Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4570/src/test/java/org/xdoclet/plugin/hibernate

Modified Files:
        RelationTestCase.java SimpleTestCase.java 
Log Message:
(XDP-59) Added support of multyply 'typedef-param' attributes for class

Index: SimpleTestCase.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/SimpleTestCase.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** SimpleTestCase.java 26 Apr 2005 07:00:12 -0000      1.10
--- SimpleTestCase.java 26 May 2005 06:45:47 -0000      1.11
***************
*** 15,18 ****
--- 15,22 ----
  
  public class SimpleTestCase extends AbstractHibernateMappingTestCase {
+     protected String getApplicableVersion() {
+         return HibernateVersion.HIBERNATE_3_0;
+     }
+ 
      protected URL getExpected() throws IOException {
          return getResourceRelativeToThisPackage("pojo/Simple.hbm.xml");

Index: RelationTestCase.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/RelationTestCase.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** RelationTestCase.java       25 May 2005 08:01:48 -0000      1.10
--- RelationTestCase.java       26 May 2005 06:45:47 -0000      1.11
***************
*** 15,18 ****
--- 15,22 ----
  
  public class RelationTestCase extends AbstractHibernateMappingTestCase {
+     protected String getApplicableVersion() {
+         return HibernateVersion.HIBERNATE_3_0;
+     }
+ 
      protected URL getExpected() throws IOException {
          return getResourceRelativeToThisPackage("pojo/Relation.hbm.xml");
***************
*** 23,29 ****
          return new QDoxMetadataProvider(reader);
      }
- 
-     protected String getApplicableVersion() {
-         return HibernateVersion.HIBERNATE_3_0;
-     }
  }
\ No newline at end of file
--- 27,29 ----



-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to