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

Matthew Swift
23.35.2011 a640ae74f4f7f3f698c08bfc32d8ab6f84fb02be
opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/util/UtilTestCase.java
@@ -38,7 +38,7 @@
 * An abstract class that all util unit tests should extend. Util represents the
 * classes found directly under the package org.opends.sdk.util.
 */
@Test(groups = { "precommit", "util", "sdk" }, sequential = true)
@Test(groups = { "precommit", "util", "sdk" })
public abstract class UtilTestCase extends OpenDJTestCase
{
}