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

dugan
05.59.2006 ba17556c9ffb80c6f5b870793c11885a2a2148c6
Fix annotation typo.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/LdapTestCase.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/LdapTestCase.java
@@ -33,6 +33,6 @@
 * An abstract class that all types  unit test should extend. 
 */
@Test(groups = { "precommit, ldap" })
@Test(groups = { "precommit", "ldap" })
public abstract class LdapTestCase extends DirectoryServerTestCase 
{}