From a640ae74f4f7f3f698c08bfc32d8ab6f84fb02be Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Sat, 23 Apr 2011 17:35:45 +0000
Subject: [PATCH] Fix for issue OpenDJ-141: migration OpenDJ3 to Maven 3 - fix warnings, run tests in parallel
---
opendj3/opendj-testng-support/src/main/java/org/opendj/buildtools/testng/OpenDJTestCase.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3/opendj-testng-support/src/main/java/org/opendj/buildtools/testng/OpenDJTestCase.java b/opendj3/opendj-testng-support/src/main/java/org/opendj/buildtools/testng/OpenDJTestCase.java
index 67f7ea1..1c60b20 100644
--- a/opendj3/opendj-testng-support/src/main/java/org/opendj/buildtools/testng/OpenDJTestCase.java
+++ b/opendj3/opendj-testng-support/src/main/java/org/opendj/buildtools/testng/OpenDJTestCase.java
@@ -47,7 +47,7 @@
* This class adds the ability to print error messages and automatically have
* them include the class name.
*/
-@Test(sequential = true)
+@Test
public abstract class OpenDJTestCase
{
--
Gitblit v1.10.0