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
2 ■■■■■ changed files
opends/ext/testng/testng.xml 2 ●●●●● patch | view | raw | blame | history
opends/ext/testng/testng.xml
@@ -1,11 +1,13 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="OpenDS"   verbose="1" >
    <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>