Added new test bag "common_functionality" with single test suite and "overall" renamed to "cvs_profile". QBE200204120100-BLD200204152226
authorjkovalsky@netbeans.org
Thu, 11 Apr 2002 16:01:35 +0000
changeset 2167755f1e9c0ae8
parent 2166 03bf9a79de82
child 2168 c5a80751352d
Added new test bag "common_functionality" with single test suite and "overall" renamed to "cvs_profile".
vcs.advanced/test/cfg-qa-functional.xml
     1.1 --- a/vcs.advanced/test/cfg-qa-functional.xml	Thu Apr 11 13:24:13 2002 +0000
     1.2 +++ b/vcs.advanced/test/cfg-qa-functional.xml	Thu Apr 11 16:01:35 2002 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4  
     1.5  <mconfig name="qa-functional tests config">
     1.6      
     1.7 -    <testbag testattribs="all,stable" name="overall">
     1.8 +    <testbag testattribs="all,stable" name="cvs_profile">
     1.9          <testset dir="qa-functional/src">
    1.10              <patternset>
    1.11  		<include name="complete/cvs_profile/Overall.class"/>
    1.12 @@ -22,6 +22,14 @@
    1.13              </patternset>
    1.14          </testset>
    1.15      </testbag>
    1.16 +
    1.17 +    <testbag testattribs="all,stable" name="common_functionality">
    1.18 +        <testset dir="qa-functional/src">
    1.19 +            <patternset>
    1.20 +    		<include name="complete/common/GenericVCSAvailabilityTest.class"/>
    1.21 +            </patternset>
    1.22 +        </testset>
    1.23 +    </testbag>
    1.24      
    1.25      <resultsprocessor name="qa-functional" antfile="build.xml" target="test_report" default="true"/>
    1.26      <executor name="ide" antfile="build-qa-functional.xml" target="runidetest" default="true"/>