gdaniels    2003/02/01 11:18:03

  Modified:    java     buildTest.xml
  Log:
  This is apparently the right way to make sure the dataset test case
  doesn't run by default.
  
  Revision  Changes    Path
  1.45      +1 -0      xml-axis/java/buildTest.xml
  
  Index: buildTest.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/buildTest.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- buildTest.xml     21 Nov 2002 18:48:48 -0000      1.44
  +++ buildTest.xml     1 Feb 2003 19:18:03 -0000       1.45
  @@ -185,6 +185,7 @@
                 <include name="**/FunctionalTests.class" />
                 <include name="**/*TestCase.class" />
                 <exclude name="**/Interop3TestCase.class"/>
  +              <exclude name="**/DataServiceTestCase.class"/>
                 <exclude name="**/test/wsdl/attachments/**/*.class" 
unless="attachments.present" />
           </fileset>
         </batchtest>
  
  
  


Reply via email to