dblevins    2004/04/12 04:31:41

  Modified:    modules/itests project.xml
  Log:

  Still quite a few failures, but minimal remote server functionality is working.
  
  Test results are:
  Tests run: 112,  Failures: 27,  Errors: 6
  
  Couple things causing problems:
   - DatabaseBean can't get a datasource, so no BMP tests run.
   - BeanPolicy$2.invoke throwing "Not yet implemented" is preventing
     nearly all the SFSB tests from running.
   - Still having classloader issues on outbound proxy replacements,
     so many RMI-IIOP tests are failing.
  
  All in all the test suite is doing it's job.
  
  Revision  Changes    Path
  1.3       +3 -2      openejb/modules/itests/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/itests/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       3 Apr 2004 22:20:12 -0000       1.2
  +++ project.xml       12 Apr 2004 08:31:41 -0000      1.3
  @@ -38,7 +38,8 @@
           <!-- Thirdparty -->
   
           <dependency>
  -            <id>junit</id>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
               <version>3.8</version>
               <properties>
                   <runtime>true</runtime>
  
  
  

Reply via email to