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

dugan
05.59.2006 afc2e095e1f2f0ccd7efe55e74035bb7bf6f8906
Fix annotation typo.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/LdapTestCase.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/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 
{}