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

kenneth_suter
28.20.2007 bf940a2b684b0efd2e0966e644e798e1ee8528fd
opends/ext/testng/testng.xml
@@ -1,12 +1,13 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="OpenDS"   verbose="1" >
    <test name="default">
    <!-- DO NOT REMOVE! - THIS LINE WILL BE REPLACED WITH TAGS GENERATED BY ANT -->
    <!-- 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>
@@ -16,6 +17,7 @@
    <test name="functional">
        <groups>
            <run>
                <!-- DO NOT REMOVE! - GENERATED GLOBAL RUN TAGS (see PrepTestNG class) -->
                <include name="functional"/>
                <exclude name="broken"/>
            </run>