You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by al...@apache.org on 2013/12/05 11:00:37 UTC

svn commit: r1548068 - /jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/simple/SimpleSecurityManagerTest.java

Author: alexparvulescu
Date: Thu Dec  5 10:00:36 2013
New Revision: 1548068

URL: http://svn.apache.org/r1548068
Log:
JCR-3697 : UserManager not supported error when trying to remove Node in 2.7.2
 - removed 'jackrabbit-core- from path as it was creating the test repo in the wrong location

Modified:
    jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/simple/SimpleSecurityManagerTest.java

Modified: jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/simple/SimpleSecurityManagerTest.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/simple/SimpleSecurityManagerTest.java?rev=1548068&r1=1548067&r2=1548068&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/simple/SimpleSecurityManagerTest.java (original)
+++ jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/security/simple/SimpleSecurityManagerTest.java Thu Dec  5 10:00:36 2013
@@ -34,7 +34,7 @@ public class SimpleSecurityManagerTest e
     @Override
     public void setUp() throws RepositoryException {
         String file = "src/test/resources/org/apache/jackrabbit/core/security/simple/simple_repository.xml";
-        RepositoryConfig config = RepositoryConfig.create(file, "jackrabbit-core/target/simple_repository");
+        RepositoryConfig config = RepositoryConfig.create(file, "target/simple_repository");
         repository = RepositoryImpl.create(config);
     }