Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/java/org/xdoclet/plugin/junit
In directory 
sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18283/plugin-junit/src/test/java/org/xdoclet/plugin/junit

Modified Files:
        TestSuitePluginTestCase.java 
Log Message:
added jdo to m2 build. junit still needs some work


Index: TestSuitePluginTestCase.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-junit/src/test/java/org/xdoclet/plugin/junit/TestSuitePluginTestCase.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TestSuitePluginTestCase.java        18 Jun 2004 16:37:36 -0000      1.5
--- TestSuitePluginTestCase.java        14 Aug 2006 09:16:33 -0000      1.6
***************
*** 23,30 ****
  
      protected MetadataProvider createMetadataProvider() throws IOException {
!         String basedir = System.getProperty("xdoclet.junit.home");
!         assertNotNull(basedir);
! 
!         return new QDoxMetadataProvider(new File(basedir + "/src/test/java"));
      }
  
--- 23,27 ----
  
      protected MetadataProvider createMetadataProvider() throws IOException {
!         return new QDoxMetadataProvider(new 
File(getClass().getResource("/src/test/java").getPath()));
      }
  


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to