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-serv18233/src/test/java/org/xdoclet/plugin/hibernate

Modified Files:
        AbstractHibernateMappingTestCase.java 
        AbstractHibernateTestCase.java 
Log Message:
Moving to generama 1.1.1-SNAPSHOT. Use context-relative pathes in jelly scripts.

Index: AbstractHibernateTestCase.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/AbstractHibernateTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AbstractHibernateTestCase.java      26 Apr 2005 07:00:12 -0000      1.3
--- AbstractHibernateTestCase.java      31 May 2005 11:24:36 -0000      1.4
***************
*** 6,17 ****
  package org.xdoclet.plugin.hibernate;
  
- import org.custommonkey.xmlunit.XMLUnit;
- 
  import org.generama.tests.AbstractXMLGeneratingPluginTestCase;
  
- import org.xdoclet.plugin.hibernate.dtd.DTDEntityResolver;
- 
- import org.xml.sax.EntityResolver;
- 
  /**
   * abstract base class for all hibernate test cases
--- 6,11 ----
***************
*** 28,39 ****
          return null; //Return undefined version, use plugin default
      }
- 
-     protected void setUp() throws Exception {
-         super.setUp();
-         XMLUnit.getControlDocumentBuilderFactory().setValidating(true);
-         XMLUnit.getTestDocumentBuilderFactory().setValidating(true);
-         EntityResolver entityResolver = new DTDEntityResolver();
-         expectedParser.setEntityResolver(entityResolver);
-         actualParser.setEntityResolver(entityResolver);
-     }
  }
\ No newline at end of file
--- 22,24 ----

Index: AbstractHibernateMappingTestCase.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/AbstractHibernateMappingTestCase.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** AbstractHibernateMappingTestCase.java       19 May 2005 10:13:53 -0000      
1.11
--- AbstractHibernateMappingTestCase.java       31 May 2005 11:24:36 -0000      
1.12
***************
*** 27,30 ****
--- 27,31 ----
  
          plugin.setForce(true);
+         plugin.setValidate(false);
          return plugin;
      }



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to