| | |
| | | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > |
| | | <suite name="OpenDS" verbose="1" > |
| | | <test name="default"> |
| | | <!-- THIS WILL BE REPLACED WITH GROUP INFO BY ANT --> |
| | | <packages> |
| | | <package name="org.opends.server.protocols.asn1"/> |
| | | <package name="org.opends.server.protocols.internal"/> |
| | | <package name="org.opends.server.protocols.ldap"/> |
| | | <package name="org.opends.server.core"/> |
| | | <package name="org.opends.server.backends.jeb"/> |
| | | <package name="org.opends.server.synchronization"/> |
| | | <package name="org.opends.server.protocols.jmx"/> |
| | | <package name="org.opends.server.util"/> |
| | | <package name="org.opends.server.schema"/> |
| | | <package name="org.opends.server.monitors"/> |
| | | <package name="org.opends.server.extensions"/> |
| | | <package name="org.opends.server.tasks"/> |
| | | <package name="org.opends.server.plugins"/> |
| | | <package name="org.opends.server.types"/> |
| | | <package name="org.opends.server.changelog"/> |
| | | <package name="org.opends.server.api"/> |
| | | <package name="org.opends.server.controls"/> |
| | | </packages> |
| | | <!-- DO NOT REMOVE! - THIS LINE WILL BE REPLACED WITH TAGS GENERATED BY ANT --> |
| | | </test> |
| | | |
| | | <test name="precommit"> |