ozeigermann    2004/10/31 02:44:02

  Modified:    transaction build.xml
  Log:
  Completed tests: All succeed
  
  Revision  Changes    Path
  1.7       +2 -0      jakarta-commons-sandbox/transaction/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/transaction/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 5 Jun 2004 16:32:47 -0000       1.6
  +++ build.xml 31 Oct 2004 10:44:02 -0000      1.7
  @@ -318,6 +318,8 @@
         <test name="org.apache.commons.transaction.file.FileResourceManagerTest" 
haltonfailure="yes" />
         <test name="org.apache.commons.transaction.memory.MapWrapperTest" 
haltonfailure="yes" />
         <test name="org.apache.commons.transaction.memory.OptimisticMapWrapperTest" 
haltonfailure="yes" />
  +      <test name="org.apache.commons.transaction.memory.PessimisticMapWrapperTest" 
haltonfailure="yes" />
  +      <test name="org.apache.commons.transaction.locking.GenericLockTest" 
haltonfailure="yes" />
       </junit>
     </target>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to