Changeset 17487

Show
Ignore:
Timestamp:
05/23/08 03:51:10 (8 months ago)
Author:
sjmittal
Message:

cleaned up some of the testing setup
1. build-tomcat.xml: cleared the reference to the httpunit dir as its no longer used in unit-test and acceptance test to run all the test cases before halt
2. build-tomcat.properties.example: build dir for acceptance test cases to be inside tast/acceptance folder
3. deleted httpunit dir
4. moved servlet.jar to unit-test/lib

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/core/build-tomcat.properties.example

    r17449 r17487  
    9292 
    9393src.test.acceptance=${devroot.dir}/test/acceptance/src 
    94 build.test.acceptance=${devroot.dir}/output/test/acceptance 
     94build.test.acceptance=${devroot.dir}/test/acceptance/bin 
    9595lib.test.acceptance=${devroot.dir}/test/acceptance/lib 
    9696 
  • trunk/core/build-tomcat.xml

    r17470 r17487  
    2525                <include name="**/*.jar"/> 
    2626        </fileset>   
    27                 <fileset dir="${unit-test.dir}/lib/httpunit"> 
    28                 <include name="**/*.jar"/> 
    29         </fileset>               
    3027    </path> 
    3128 
     
    698695                        fork="true"  
    699696                        filtertrace="on" 
    700                         haltonfailure="true
     697                        haltonfailure="no
    701698                        dir="." 
    702699                        maxmemory="256m">