Author: elecharny Date: Wed Apr 6 07:47:51 2011 New Revision: 1089339 URL: http://svn.apache.org/viewvc?rev=1089339&view=rev Log: Renamed a test Added: directory/shared/trunk/integ/src/test/java/org/apache/directory/shared/ldap/entry/SchemaAwareEntryTest.java - copied, changed from r1089278, directory/shared/trunk/integ/src/test/java/org/apache/directory/shared/ldap/entry/EntryTest.java Removed: directory/shared/trunk/integ/src/test/java/org/apache/directory/shared/ldap/entry/EntryTest.java Copied: directory/shared/trunk/integ/src/test/java/org/apache/directory/shared/ldap/entry/SchemaAwareEntryTest.java (from r1089278, directory/shared/trunk/integ/src/test/java/org/apache/directory/shared/ldap/entry/EntryTest.java) URL: http://svn.apache.org/viewvc/directory/shared/trunk/integ/src/test/java/org/apache/directory/shared/ldap/entry/SchemaAwareEntryTest.java?p2=directory/shared/trunk/integ/src/test/java/org/apache/directory/shared/ldap/entry/SchemaAwareEntryTest.java&p1=directory/shared/trunk/integ/src/test/java/org/apache/directory/shared/ldap/entry/EntryTest.java&r1=1089278&r2=1089339&rev=1089339&view=diff ============================================================================== --- directory/shared/trunk/integ/src/test/java/org/apache/directory/shared/ldap/entry/EntryTest.java (original) +++ directory/shared/trunk/integ/src/test/java/org/apache/directory/shared/ldap/entry/SchemaAwareEntryTest.java Wed Apr 6 07:47:51 2011 @@ -63,7 +63,7 @@ import com.mycila.junit.concurrent.Concu */ @RunWith(ConcurrentJunitRunner.class) @Concurrency() -public class EntryTest +public class SchemaAwareEntryTest { private static Dn EXAMPLE_DN; private static final byte[] BYTES1 = new byte[]{ 'a', 'b' };