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

davidely
03.55.2006 6c770fe0c488ea70db76117be1f99ae781b1500e
Migrating to TestNG 5.1 from 4.7.  Most of the required changes are to address annotations that were deprecated.
1 files modified
18 ■■■■■ changed files
opends/ext/testng/testng.xml 18 ●●●●● patch | view | raw | blame | history
opends/ext/testng/testng.xml
@@ -1,12 +1,14 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="OpenDS"   verbose="1" >
    <packages>
        <package name="org.opends.server.protocols.asn1"/>
        <package name="org.opends.server.core"/>
        <package name="org.opends.server.backends.jeb"/>
        <package name="org.opends.server.synchronization"/>
    </packages>
    <test name="default">
        <packages>
            <package name="org.opends.server.protocols.asn1"/>
            <package name="org.opends.server.core"/>
            <package name="org.opends.server.backends.jeb"/>
            <package name="org.opends.server.synchronization"/>
        </packages>
    </test>
    <test name="precommit">
        <groups>
            <run>
@@ -15,7 +17,7 @@
            </run>
        </groups>
    </test>
    <test name="functional">
        <groups>
            <run>