From 97bf69baf651279a1ac61ffdf43cf78e96fa7fce Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 22 Sep 2006 03:58:12 +0000
Subject: [PATCH] Fix a typo in the group definitions for the TypesTestCase superclass.
---
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/types/TypesTestCase.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/types/TypesTestCase.java b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/types/TypesTestCase.java
index e409e72..7cab554 100644
--- a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/types/TypesTestCase.java
+++ b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/types/TypesTestCase.java
@@ -30,9 +30,9 @@
import org.testng.annotations.Test;
/**
- * An abstract class that all types unit test should extend.
+ * An abstract class that all types unit tests should extend.
*/
-@Test(groups = { "precommit, types" })
-public abstract class TypesTestCase extends DirectoryServerTestCase
+@Test(groups = { "precommit", "types" })
+public abstract class TypesTestCase extends DirectoryServerTestCase
{}
--
Gitblit v1.10.0