Added Pre-Requisites to README.
[nbgit.git] / test / cfg-qa-functional.xml
blob258eb28f941a6b9be15bcb858bb3af1ed8bb9715
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE mconfig PUBLIC "-//NetBeans//DTD XTest cfg 1.0//EN" "http://www.netbeans.org/dtds/xtest-cfg-1_0.dtd">
3 <!--
4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
6 Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
9 The contents of this file are subject to the terms of either the GNU
10 General Public License Version 2 only ("GPL") or the Common
11 Development and Distribution License("CDDL") (collectively, the
12 "License"). You may not use this file except in compliance with the
13 License. You can obtain a copy of the License at
14 http://www.netbeans.org/cddl-gplv2.html
15 or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
16 specific language governing permissions and limitations under the
17 License.  When distributing the software, include this License Header
18 Notice in each file and include the License file at
19 nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
20 particular file as subject to the "Classpath" exception as provided
21 by Sun in the GPL Version 2 section of the License file that
22 accompanied this code. If applicable, add the following below the
23 License Header, with the fields enclosed by brackets [] replaced by
24 your own identifying information:
25 "Portions Copyrighted [year] [name of copyright owner]"
27 Contributor(s):
29 The Original Software is NetBeans. The Initial Developer of the Original
30 Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
31 Microsystems, Inc. All Rights Reserved.
33 If you wish your version of this file to be governed by only the CDDL
34 or only the GPL Version 2, indicate your decision by adding
35 "[Contributor] elects to include this software in this distribution
36 under the [CDDL or GPL Version 2] license." If you do not indicate a
37 single choice of license, a recipient has the option to distribute
38 your version of this file under either the CDDL, the GPL Version 2 or
39 to extend the choice of license to its licensees as provided above.
40 However, if you add GPL Version 2 code and therefore, elected the GPL
41 Version 2 license, then the option applies only if the new code is
42 made subject to such option by the copyright holder.
43 -->
45 <mconfig name="Git functional test config">
47     <testbag testattribs="validation" executor="ide" name="versioning">
48         <testset dir="qa-functional/src">
49             <patternset>
50                 <!-- delete -->
51                 <include name="org/netbeans/test/git/main/delete/DeleteTest.class"/>
52                 <!-- archeology -->
53                 <include name="org/netbeans/test/git/main/archeology/AnnotationsTest.class"/>
54                 <!-- commit -->
55                 <include name="org/netbeans/test/git/main/commit/CommitDataTest.class"/>
56                 <include name="org/netbeans/test/git/main/commit/CommitUiTest.class"/>
57                 <include name="org/netbeans/test/git/main/commit/IgnoreTest.class"/>
58             </patternset>
59         </testset>
60     </testbag>  
61     
62     <executor name="ide" antfile="build-qa-functional.xml" target="runidetest" default="true"/>
63     <compiler name="functional-compiler" antfile="build-qa-functional.xml" target="qa-functional-compiler" default="true"/>
64     
65 </mconfig>