[exo-jcr-commits] exo-jcr SVN: r5083 - jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/repository/creation.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 25 03:48:56 EDT 2011


Author: areshetnyak
Date: 2011-10-25 03:48:55 -0400 (Tue, 25 Oct 2011)
New Revision: 5083

Modified:
   jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/repository/creation/TestRepositoryCreationService.java
Log:
EXOJCR-1571 : Two unit tests was commented, because this test is freeze on IndexMerger.dispoce(). 

Modified: jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/repository/creation/TestRepositoryCreationService.java
===================================================================
--- jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/repository/creation/TestRepositoryCreationService.java	2011-10-24 15:05:23 UTC (rev 5082)
+++ jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/repository/creation/TestRepositoryCreationService.java	2011-10-25 07:48:55 UTC (rev 5083)
@@ -29,8 +29,6 @@
 import org.exoplatform.services.jcr.util.IdGenerator;
 
 import java.io.File;
-import java.util.HashMap;
-import java.util.Map;
 
 import javax.jcr.RepositoryException;
 
@@ -121,6 +119,7 @@
       }
    }
 
+   /* TODO
    public void testCreateRepositorySingleDB() throws Exception
    {
       // prepare
@@ -284,7 +283,7 @@
       {
          // expected behavior, repository should be missing 
       }
-   }
+   }*/
 
    public void testReserveRepositoryNameException() throws Exception
    {



More information about the exo-jcr-commits mailing list