You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by di...@apache.org on 2004/08/09 18:38:24 UTC

cvs commit: ws-fx/addressing maven.xml project.xml

dims        2004/08/09 09:38:24

  Modified:    addressing maven.xml project.xml
  Log:
  Fix test cases.
  
  Revision  Changes    Path
  1.6       +5 -1      ws-fx/addressing/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/ws-fx/addressing/maven.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- maven.xml	13 May 2004 12:52:20 -0000	1.5
  +++ maven.xml	9 Aug 2004 16:38:24 -0000	1.6
  @@ -55,6 +55,10 @@
               todir="${maven.build.dir}/test-classes"/>
         <copy file="test/addressing/tools/client-config.wsdd" 
               todir="${maven.build.dir}/test-classes"/>
  +      <copy file="test\org\apache\ws\addressing\handler\testRequest.xml" 
  +            todir="${maven.build.dir}/test-classes/org/apache/ws/addressing/handler/"/>
  +      <copy file="test\org\apache\ws\addressing\handler\testResponse.xml" 
  +            todir="${maven.build.dir}/test-classes/org/apache/ws/addressing/handler/"/>
       </preGoal>
   
   </project>
  
  
  
  1.5       +1 -0      ws-fx/addressing/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-fx/addressing/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	22 Jun 2004 05:54:35 -0000	1.4
  +++ project.xml	9 Aug 2004 16:38:24 -0000	1.5
  @@ -94,6 +94,7 @@
         </includes>
         <excludes>
           <exclude>**/NaughtyTest.java</exclude>
  +        <exclude>**/Abstract*.java</exclude>
         </excludes>
       </unitTest>