You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2009/11/12 07:51:47 UTC

svn commit: r835263 - /directory/apacheds/branches/apacheds-schema/core-integ/src/test/java/org/apache/directory/server/core/schema/MetaAttributeTypeHandlerIT.java

Author: elecharny
Date: Thu Nov 12 06:51:47 2009
New Revision: 835263

URL: http://svn.apache.org/viewvc?rev=835263&view=rev
Log:
Removed the temporary @ignored flag

Modified:
    directory/apacheds/branches/apacheds-schema/core-integ/src/test/java/org/apache/directory/server/core/schema/MetaAttributeTypeHandlerIT.java

Modified: directory/apacheds/branches/apacheds-schema/core-integ/src/test/java/org/apache/directory/server/core/schema/MetaAttributeTypeHandlerIT.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-schema/core-integ/src/test/java/org/apache/directory/server/core/schema/MetaAttributeTypeHandlerIT.java?rev=835263&r1=835262&r2=835263&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-schema/core-integ/src/test/java/org/apache/directory/server/core/schema/MetaAttributeTypeHandlerIT.java (original)
+++ directory/apacheds/branches/apacheds-schema/core-integ/src/test/java/org/apache/directory/server/core/schema/MetaAttributeTypeHandlerIT.java Thu Nov 12 06:51:47 2009
@@ -139,7 +139,6 @@
     }
     
     
-    @Ignore // tmp
     @Test
     public void testAddAttributeTypeToUnLoadedSchema() throws Exception
     {
@@ -175,7 +174,6 @@
     }
     
     
-    @Ignore // tmp
     @Test
     public void testAddAttributeTypeToDisabledSchema() throws Exception
     {
@@ -203,7 +201,6 @@
     }
 
     
-    @Ignore // tmp
     @Test
     public void testDeleteAttributeTypeFromEnabledSchema() throws Exception
     {
@@ -266,7 +263,6 @@
     */
 
 
-    @Ignore // tmp
     @Test
     public void testRenameAttributeType() throws Exception
     {
@@ -343,7 +339,6 @@
     }
 
     
-    @Ignore // tmp
     @Test
     public void testModifyAttributeTypeWithModificationItems() throws Exception
     {
@@ -375,7 +370,6 @@
     }
 
     
-    @Ignore // tmp
     @Test
     public void testModifyAttributeTypeWithAttributes() throws Exception
     {
@@ -434,7 +428,6 @@
     }
 
 
-    @Ignore // tmp
     @Test
     public void testDeleteAttributeTypeWhenInUse() throws Exception
     {
@@ -515,7 +508,6 @@
     }
 
     
-    @Ignore // tmp
     @Test
     public void testRenameAttributeTypeWhenInUse() throws Exception
     {