mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
21.29.2015 3b43b7b210f8ffa68ab6decc9f2bc3f446a0f83e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="OpenDS"   verbose="1" >
    <test name="default">
    <!-- DO NOT REMOVE! - GENERATED DEFAULT TAGS (see PrepTestNG class) -->
    </test>
 
    <test name="precommit">
        <groups>
            <run>
                <!-- DO NOT REMOVE! - GENERATED GLOBAL RUN TAGS (see PrepTestNG class) -->
                <include name="precommit"/>
                <exclude name="broken"/>
            </run>
        </groups>
    </test>
 
    <test name="functional">
        <groups>
            <run>
                <!-- DO NOT REMOVE! - GENERATED GLOBAL RUN TAGS (see PrepTestNG class) -->
                <include name="functional"/>
                <exclude name="broken"/>
            </run>
        </groups>
    </test>
 
</suite>