Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/filter/SubstringNodeTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/filter/SubstringNodeTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/filter/SubstringNodeTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/filter/SubstringNodeTest.java Mon Feb 7 21:14:45 2011
@@ -20,8 +20,8 @@
package org.apache.directory.shared.ldap.model.filter;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.filter.SubstringNode;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -37,7 +37,7 @@ import static org.junit.Assert.*;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith( ConcurrentJunitRunner.class )
-@Concurrent()
+@Concurrency()
public class SubstringNodeTest
{
@Test
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/filter/UndefinedNodeTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/filter/UndefinedNodeTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/filter/UndefinedNodeTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/filter/UndefinedNodeTest.java Mon Feb 7 21:14:45 2011
@@ -27,8 +27,8 @@ import static org.junit.Assert.assertNul
import java.util.List;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -39,7 +39,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class UndefinedNodeTest
{
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifAttributesReaderTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifAttributesReaderTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifAttributesReaderTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifAttributesReaderTest.java Mon Feb 7 21:14:45 2011
@@ -36,8 +36,8 @@ import javax.naming.NamingException;
import javax.naming.directory.Attribute;
import javax.naming.directory.Attributes;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.i18n.I18n;
import org.apache.directory.shared.ldap.model.constants.SchemaConstants;
import org.apache.directory.shared.ldap.model.entry.Entry;
@@ -53,7 +53,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class LdifAttributesReaderTest
{
private byte[] data;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifReaderTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifReaderTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifReaderTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifReaderTest.java Mon Feb 7 21:14:45 2011
@@ -34,8 +34,8 @@ import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.List;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.i18n.I18n;
import org.apache.directory.shared.ldap.model.constants.SchemaConstants;
import org.apache.directory.shared.ldap.model.entry.EntryAttribute;
@@ -54,7 +54,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class LdifReaderTest
{
private static byte[] data;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifRevertorTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifRevertorTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifRevertorTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifRevertorTest.java Mon Feb 7 21:14:45 2011
@@ -32,8 +32,8 @@ import java.util.List;
import javax.naming.directory.Attributes;
import javax.naming.directory.BasicAttributes;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.entry.*;
import org.apache.directory.shared.ldap.model.entry.DefaultEntryAttribute;
import org.apache.directory.shared.ldap.model.entry.DefaultModification;
@@ -55,7 +55,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class LdifRevertorTest
{
/**
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifUtilsTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifUtilsTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifUtilsTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/ldif/LdifUtilsTest.java Mon Feb 7 21:14:45 2011
@@ -20,8 +20,8 @@
package org.apache.directory.shared.ldap.model.ldif;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.entry.DefaultEntry;
import org.apache.directory.shared.ldap.model.entry.Entry;
import org.apache.directory.shared.ldap.model.exception.LdapException;
@@ -54,7 +54,7 @@ import static org.junit.Assert.fail;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class LdifUtilsTest
{
private String testString = "this is a test";
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AbstractMessageTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AbstractMessageTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AbstractMessageTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AbstractMessageTest.java Mon Feb 7 21:14:45 2011
@@ -23,8 +23,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.message.AbstractMessage;
import org.apache.directory.shared.ldap.model.message.MessageTypeEnum;
import org.junit.Test;
@@ -38,7 +38,7 @@ import org.junit.runner.RunWith;
* $Rev: 910150 $
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class AbstractMessageTest
{
/**
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AbstractResultResponseTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AbstractResultResponseTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AbstractResultResponseTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AbstractResultResponseTest.java Mon Feb 7 21:14:45 2011
@@ -23,8 +23,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.name.Dn;
import org.junit.Test;
@@ -37,7 +37,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org"> Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class AbstractResultResponseTest
{
/**
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AddRequestImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AddRequestImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AddRequestImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/AddRequestImplTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import static org.junit.Assert.assertTru
import java.util.HashMap;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.entry.DefaultEntry;
import org.apache.directory.shared.ldap.model.entry.DefaultEntryAttribute;
import org.apache.directory.shared.ldap.model.entry.Entry;
@@ -45,7 +45,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org"> Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class AddRequestImplTest
{
private static final Map<String, Control> EMPTY_CONTROL_MAP = new HashMap<String, Control>();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/BindRequestImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/BindRequestImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/BindRequestImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/BindRequestImplTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import static org.junit.Assert.assertTru
import java.util.HashMap;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.exception.MessageException;
import org.apache.directory.shared.ldap.model.message.Control;
@@ -43,7 +43,7 @@ import org.junit.runner.RunWith;
* $Rev: 923524 $
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class BindRequestImplTest
{
private static final Map<String, Control> EMPTY_CONTROL_MAP = new HashMap<String, Control>();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/BindResponseImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/BindResponseImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/BindResponseImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/BindResponseImplTest.java Mon Feb 7 21:14:45 2011
@@ -20,8 +20,8 @@
package org.apache.directory.shared.ldap.model.message;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.name.Dn;
import org.junit.Test;
@@ -38,7 +38,7 @@ import static org.junit.Assert.assertTru
* $Rev: 946353 $
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class BindResponseImplTest
{
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/CompareRequestImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/CompareRequestImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/CompareRequestImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/CompareRequestImplTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import static org.junit.Assert.assertTru
import java.util.HashMap;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.entry.Value;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.exception.MessageException;
@@ -43,7 +43,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class CompareRequestImplTest
{
private static final Map<String, Control> EMPTY_CONTROL_MAP = new HashMap<String, Control>();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/DeleteRequestImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/DeleteRequestImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/DeleteRequestImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/DeleteRequestImplTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import static org.junit.Assert.assertTru
import java.util.HashMap;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.exception.MessageException;
import org.apache.directory.shared.ldap.model.name.Dn;
@@ -41,7 +41,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org"> Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class DeleteRequestImplTest
{
private static final Map<String, Control> EMPTY_CONTROL_MAP = new HashMap<String, Control>();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ExtendedRequestImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ExtendedRequestImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ExtendedRequestImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ExtendedRequestImplTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import static org.junit.Assert.assertTru
import java.util.HashMap;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.MessageException;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -39,7 +39,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org"> Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class ExtendedRequestImplTest
{
private static final Map<String, Control> EMPTY_CONTROL_MAP = new HashMap<String, Control>();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ExtendedResponseImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ExtendedResponseImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ExtendedResponseImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ExtendedResponseImplTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import static org.junit.Assert.assertTru
import java.util.HashMap;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.exception.MessageException;
import org.apache.directory.shared.ldap.model.name.Dn;
@@ -41,7 +41,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class ExtendedResponseImplTest
{
private static final Map<String, Control> EMPTY_CONTROL_MAP = new HashMap<String, Control>();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/LdapResultImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/LdapResultImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/LdapResultImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/LdapResultImplTest.java Mon Feb 7 21:14:45 2011
@@ -23,8 +23,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.name.Dn;
import org.junit.Test;
@@ -38,7 +38,7 @@ import org.junit.runner.RunWith;
* $Rev: 946251 $
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class LdapResultImplTest
{
/**
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ModifyDnRequestImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ModifyDnRequestImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ModifyDnRequestImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ModifyDnRequestImplTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import static org.junit.Assert.assertTru
import java.util.HashMap;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.exception.MessageException;
import org.apache.directory.shared.ldap.model.message.Control;
@@ -43,7 +43,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class ModifyDnRequestImplTest
{
private static final Map<String, Control> EMPTY_CONTROL_MAP = new HashMap<String, Control>();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ModifyRequestImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ModifyRequestImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ModifyRequestImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ModifyRequestImplTest.java Mon Feb 7 21:14:45 2011
@@ -29,8 +29,8 @@ import java.util.HashMap;
import java.util.List;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.MessageException;
import org.apache.directory.shared.ldap.model.entry.DefaultEntryAttribute;
import org.apache.directory.shared.ldap.model.entry.DefaultModification;
@@ -50,7 +50,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org"> Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class ModifyRequestImplTest
{
private static final Map<String, Control> EMPTY_CONTROL_MAP = new HashMap<String, Control>();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ReferralImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ReferralImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ReferralImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/ReferralImplTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import static org.junit.Assert.assertTru
import java.util.Collection;
import java.util.Collections;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.message.Referral;
import org.apache.directory.shared.ldap.model.message.ReferralImpl;
import org.junit.Test;
@@ -41,7 +41,7 @@ import org.junit.runner.RunWith;
* $Rev: 946251 $
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class ReferralImplTest
{
/**
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResponseDoneImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResponseDoneImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResponseDoneImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResponseDoneImplTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import static org.junit.Assert.assertTru
import java.util.HashMap;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.MessageException;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.name.Dn;
@@ -42,7 +42,7 @@ import org.junit.runner.RunWith;
* $Rev: 946251 $
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class SearchResponseDoneImplTest
{
private static final Map<String, Control> EMPTY_CONTROL_MAP = new HashMap<String, Control>();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResponseReferenceImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResponseReferenceImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResponseReferenceImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResponseReferenceImplTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import static org.junit.Assert.assertTru
import java.util.HashMap;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.MessageException;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -39,7 +39,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org"> Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class SearchResponseReferenceImplTest
{
private static final Map<String, Control> EMPTY_CONTROL_MAP = new HashMap<String, Control>();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResultEntryImplTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResultEntryImplTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResultEntryImplTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/message/SearchResultEntryImplTest.java Mon Feb 7 21:14:45 2011
@@ -23,8 +23,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.entry.DefaultEntry;
import org.apache.directory.shared.ldap.model.entry.DefaultEntryAttribute;
import org.apache.directory.shared.ldap.model.entry.Entry;
@@ -43,7 +43,7 @@ import org.junit.runner.RunWith;
* $Rev: 946251 $
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class SearchResultEntryImplTest
{
/**
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/AvaTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/AvaTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/AvaTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/AvaTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import static org.junit.Assert.assertEquals;
@@ -47,7 +47,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class AvaTest
{
// ~ Methods
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnParserDIRSERVER_584_Test.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnParserDIRSERVER_584_Test.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnParserDIRSERVER_584_Test.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnParserDIRSERVER_584_Test.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import java.util.ArrayList;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.name.DnParser;
import org.apache.directory.shared.ldap.model.name.Rdn;
@@ -40,7 +40,7 @@ import static org.junit.Assert.fail;
* @see <a href="https://issues.apache.org/jira/browse/DIRSERVER-584">DIRSERVER-584</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class DnParserDIRSERVER_584_Test
{
/**
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnParserTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnParserTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnParserTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnParserTest.java Mon Feb 7 21:14:45 2011
@@ -20,8 +20,8 @@
package org.apache.directory.shared.ldap.model.name;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException;
import org.apache.directory.shared.ldap.model.name.Dn;
@@ -42,7 +42,7 @@ import static org.junit.Assert.assertNot
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class DnParserTest
{
// ~ Methods
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnTest.java Mon Feb 7 21:14:45 2011
@@ -45,8 +45,8 @@ import java.util.Map;
import javax.naming.InvalidNameException;
import javax.naming.ldap.LdapName;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer;
import org.apache.directory.shared.ldap.model.schema.normalizers.OidNormalizer;
@@ -62,7 +62,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class DnTest
{
private static Map<String, OidNormalizer> oids;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnUtilsTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnUtilsTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnUtilsTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/DnUtilsTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException;
import org.apache.directory.shared.ldap.model.name.Dn;
@@ -40,7 +40,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class DnUtilsTest
{
// ~ Methods
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/FastDnParserTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/FastDnParserTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/FastDnParserTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/FastDnParserTest.java Mon Feb 7 21:14:45 2011
@@ -20,8 +20,8 @@
package org.apache.directory.shared.ldap.model.name;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.name.Dn;
import org.apache.directory.shared.ldap.model.name.FastDnParser;
@@ -44,7 +44,7 @@ import static org.junit.Assert.assertNot
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class FastDnParserTest
{
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/MultiThreadedTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/MultiThreadedTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/MultiThreadedTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/MultiThreadedTest.java Mon Feb 7 21:14:45 2011
@@ -26,8 +26,8 @@ import static org.junit.Assert.assertTru
import java.util.HashMap;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.junit.tools.MultiThreadedMultiInvoker;
import org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException;
import org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer;
@@ -44,7 +44,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class MultiThreadedTest
{
@Rule
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/RdnTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/RdnTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/RdnTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/name/RdnTest.java Mon Feb 7 21:14:45 2011
@@ -33,8 +33,8 @@ import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.Iterator;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.name.Ava;
import org.apache.directory.shared.ldap.model.name.Rdn;
@@ -51,7 +51,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class RdnTest
{
// ~ Methods
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/ObjectClassTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/ObjectClassTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/ObjectClassTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/ObjectClassTest.java Mon Feb 7 21:14:45 2011
@@ -23,8 +23,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.ObjectClass;
import org.junit.Before;
import org.junit.Test;
@@ -36,7 +36,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class ObjectClassTest
{
ObjectClass objectClassA;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/SchemaUtilsTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/SchemaUtilsTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/SchemaUtilsTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/SchemaUtilsTest.java Mon Feb 7 21:14:45 2011
@@ -25,8 +25,8 @@ import static org.junit.Assert.assertEqu
import java.util.Arrays;
import java.util.List;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.AttributeType;
import org.apache.directory.shared.ldap.model.schema.LdapSyntax;
import org.apache.directory.shared.ldap.model.schema.MatchingRule;
@@ -40,7 +40,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class SchemaUtilsTest
{
public static LdapSyntax[] getSyntaxes()
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/SyntaxCheckerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/SyntaxCheckerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/SyntaxCheckerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/SyntaxCheckerTest.java Mon Feb 7 21:14:45 2011
@@ -23,8 +23,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker;
import org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker;
import org.junit.Before;
@@ -37,7 +37,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class SyntaxCheckerTest
{
SyntaxChecker objectClassA;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/UsageEnumTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/UsageEnumTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/UsageEnumTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/UsageEnumTest.java Mon Feb 7 21:14:45 2011
@@ -21,8 +21,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.UsageEnum;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -33,7 +33,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class UsageEnumTest
{
@Test
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/BitStringComparatorTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/BitStringComparatorTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/BitStringComparatorTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/BitStringComparatorTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.comparators.BitStringComparator;
import org.junit.Before;
import org.junit.Test;
@@ -36,7 +36,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class BitStringComparatorTest
{
private BitStringComparator comparator;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/BooleanComparatorTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/BooleanComparatorTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/BooleanComparatorTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/BooleanComparatorTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.comparators.BooleanComparator;
import org.junit.Before;
import org.junit.Test;
@@ -36,7 +36,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class BooleanComparatorTest
{
private BooleanComparator comparator;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/ByteArrayComparatorTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/ByteArrayComparatorTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/ByteArrayComparatorTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/ByteArrayComparatorTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.comparators.ByteArrayComparator;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -35,7 +35,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class ByteArrayComparatorTest
{
@Test
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/CsnComparatorTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/CsnComparatorTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/CsnComparatorTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/CsnComparatorTest.java Mon Feb 7 21:14:45 2011
@@ -21,8 +21,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.csn.Csn;
import org.junit.Before;
import org.junit.Test;
@@ -35,7 +35,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class CsnComparatorTest
{
private CsnComparator comparator;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/CsnSidComparatorTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/CsnSidComparatorTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/CsnSidComparatorTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/CsnSidComparatorTest.java Mon Feb 7 21:14:45 2011
@@ -21,8 +21,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.comparators.CsnSidComparator;
import org.junit.Before;
import org.junit.Test;
@@ -35,7 +35,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class CsnSidComparatorTest
{
private CsnSidComparator comparator;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/ObjectIdentifierFirstComponentComparatorTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/ObjectIdentifierFirstComponentComparatorTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/ObjectIdentifierFirstComponentComparatorTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/ObjectIdentifierFirstComponentComparatorTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotSame;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator;
import org.junit.Before;
import org.junit.Test;
@@ -36,7 +36,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class ObjectIdentifierFirstComponentComparatorTest
{
private ObjectIdentifierFirstComponentComparator comparator;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/TelephoneNumberComparatorTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/TelephoneNumberComparatorTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/TelephoneNumberComparatorTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/TelephoneNumberComparatorTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.comparators.TelephoneNumberComparator;
import org.junit.Before;
import org.junit.Test;
@@ -36,7 +36,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class TelephoneNumberComparatorTest
{
private TelephoneNumberComparator comparator;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/WordComparatorTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/WordComparatorTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/WordComparatorTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/comparators/WordComparatorTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.comparators.WordComparator;
import org.junit.Before;
import org.junit.Test;
@@ -36,7 +36,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class WordComparatorTest
{
private WordComparator comparator;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/BooleanNormalizerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/BooleanNormalizerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/BooleanNormalizerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/BooleanNormalizerTest.java Mon Feb 7 21:14:45 2011
@@ -20,8 +20,8 @@
package org.apache.directory.shared.ldap.model.schema.normalizers;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.entry.BinaryValue;
import org.apache.directory.shared.ldap.model.entry.Value;
import org.apache.directory.shared.ldap.model.schema.normalizers.BooleanNormalizer;
@@ -39,7 +39,7 @@ import static org.junit.Assert.assertNul
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class BooleanNormalizerTest
{
BooleanNormalizer normalizer = new BooleanNormalizer();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/DeepTrimNormalizerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/DeepTrimNormalizerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/DeepTrimNormalizerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/DeepTrimNormalizerTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.schema.Normalizer;
import org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimNormalizer;
@@ -37,7 +37,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class DeepTrimNormalizerTest
{
@Test
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/NumericNormalizerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/NumericNormalizerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/NumericNormalizerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/NumericNormalizerTest.java Mon Feb 7 21:14:45 2011
@@ -20,8 +20,8 @@
package org.apache.directory.shared.ldap.model.schema.normalizers;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.schema.Normalizer;
import org.apache.directory.shared.ldap.model.schema.normalizers.NumericNormalizer;
@@ -37,7 +37,7 @@ import static org.junit.Assert.assertEqu
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class NumericNormalizerTest
{
@Test
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/TelephoneNumberNormalizerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/TelephoneNumberNormalizerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/TelephoneNumberNormalizerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/normalizers/TelephoneNumberNormalizerTest.java Mon Feb 7 21:14:45 2011
@@ -19,8 +19,8 @@
*/
package org.apache.directory.shared.ldap.model.schema.normalizers;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.schema.Normalizer;
import org.apache.directory.shared.ldap.model.schema.normalizers.TelephoneNumberNormalizer;
@@ -36,7 +36,7 @@ import static org.junit.Assert.assertEqu
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class TelephoneNumberNormalizerTest
{
@Test
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/parsers/OpenLdapSchemaParserTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/parsers/OpenLdapSchemaParserTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/parsers/OpenLdapSchemaParserTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/parsers/OpenLdapSchemaParserTest.java Mon Feb 7 21:14:45 2011
@@ -30,8 +30,8 @@ import java.util.HashMap;
import java.util.List;
import java.util.Map;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.AttributeType;
import org.apache.directory.shared.ldap.model.schema.ObjectClass;
import org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum;
@@ -50,7 +50,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class OpenLdapSchemaParserTest
{
private OpenLdapSchemaParser parser;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/AttributeTypeRegistryTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/AttributeTypeRegistryTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/AttributeTypeRegistryTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/AttributeTypeRegistryTest.java Mon Feb 7 21:14:45 2011
@@ -24,8 +24,8 @@ import static org.junit.Assert.assertFal
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.exception.LdapException;
import org.apache.directory.shared.ldap.model.schema.AttributeType;
import org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry;
@@ -41,7 +41,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class AttributeTypeRegistryTest
{
AttributeTypeRegistry atRegistry;
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/OidRegistryTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/OidRegistryTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/OidRegistryTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/OidRegistryTest.java Mon Feb 7 21:14:45 2011
@@ -19,8 +19,8 @@
*/
package org.apache.directory.shared.ldap.model.schema.registries;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -31,7 +31,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class OidRegistryTest
{
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/RegistriesTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/RegistriesTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/RegistriesTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/registries/RegistriesTest.java Mon Feb 7 21:14:45 2011
@@ -19,8 +19,8 @@
*/
package org.apache.directory.shared.ldap.model.schema.registries;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -31,7 +31,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class RegistriesTest
{
@Test
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AccessPointSyntaxCheckerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AccessPointSyntaxCheckerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AccessPointSyntaxCheckerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AccessPointSyntaxCheckerTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -34,7 +34,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class AccessPointSyntaxCheckerTest
{
AccessPointSyntaxChecker checker = new AccessPointSyntaxChecker();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AttributeTypeDescriptionSyntaxCheckerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AttributeTypeDescriptionSyntaxCheckerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AttributeTypeDescriptionSyntaxCheckerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AttributeTypeDescriptionSyntaxCheckerTest.java Mon Feb 7 21:14:45 2011
@@ -23,8 +23,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -38,7 +38,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class AttributeTypeDescriptionSyntaxCheckerTest
{
private AttributeTypeDescriptionSyntaxChecker checker = new AttributeTypeDescriptionSyntaxChecker();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AudioSyntaxCheckerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AudioSyntaxCheckerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AudioSyntaxCheckerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/AudioSyntaxCheckerTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -34,7 +34,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class AudioSyntaxCheckerTest
{
AudioSyntaxChecker checker = new AudioSyntaxChecker();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BinarySyntaxCheckerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BinarySyntaxCheckerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BinarySyntaxCheckerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BinarySyntaxCheckerTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -34,7 +34,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class BinarySyntaxCheckerTest
{
BinarySyntaxChecker checker = new BinarySyntaxChecker();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BitStringSyntaxCheckerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BitStringSyntaxCheckerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BitStringSyntaxCheckerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BitStringSyntaxCheckerTest.java Mon Feb 7 21:14:45 2011
@@ -23,8 +23,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -35,7 +35,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class BitStringSyntaxCheckerTest
{
BitStringSyntaxChecker checker = new BitStringSyntaxChecker();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BooleanSyntaxCheckerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BooleanSyntaxCheckerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BooleanSyntaxCheckerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/BooleanSyntaxCheckerTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -34,7 +34,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class BooleanSyntaxCheckerTest
{
BooleanSyntaxChecker checker = new BooleanSyntaxChecker();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificateListSyntaxCheckerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificateListSyntaxCheckerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificateListSyntaxCheckerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificateListSyntaxCheckerTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -34,7 +34,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class CertificateListSyntaxCheckerTest
{
CertificateListSyntaxChecker checker = new CertificateListSyntaxChecker();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificatePairSyntaxCheckerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificatePairSyntaxCheckerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificatePairSyntaxCheckerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificatePairSyntaxCheckerTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -34,7 +34,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class CertificatePairSyntaxCheckerTest
{
CertificatePairSyntaxChecker checker = new CertificatePairSyntaxChecker();
Modified: directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificateSyntaxCheckerTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificateSyntaxCheckerTest.java?rev=1068139&r1=1068138&r2=1068139&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificateSyntaxCheckerTest.java (original)
+++ directory/shared/trunk/ldap-model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/CertificateSyntaxCheckerTest.java Mon Feb 7 21:14:45 2011
@@ -22,8 +22,8 @@ package org.apache.directory.shared.ldap
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
-import org.apache.directory.junit.tools.Concurrent;
-import org.apache.directory.junit.tools.ConcurrentJunitRunner;
+import com.mycila.junit.concurrent.Concurrency;
+import com.mycila.junit.concurrent.ConcurrentJunitRunner;
import org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -34,7 +34,7 @@ import org.junit.runner.RunWith;
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
@RunWith(ConcurrentJunitRunner.class)
-@Concurrent()
+@Concurrency()
public class CertificateSyntaxCheckerTest
{
CertificateSyntaxChecker checker = new CertificateSyntaxChecker();
|