I debugged the test a bit, maybe it helps in tracking down the problem:
I think the problem is at
ACLEditor#getAclNode line 322
ACLProvider.isRepoAccessControlled(controlledNode) returns false when I
think it should return true. controlledNode is the root node
ACLProvider line 385:
static boolean isRepoAccessControlled(NodeImpl node) throws
RepositoryException {
return node.hasNode(N_REPO_POLICY) &&
node.isNodeType(NT_REP_REPO_ACCESS_CONTROLLABLE);
}
I guess the root is missing some acl info?
I may very well be wrong here, so feel free to chime in :)
alex
On Fri, Nov 25, 2011 at 12:20 PM, Apache Jenkins Server <
[email protected]> wrote:
> The Apache Jenkins build system has built Jackrabbit-trunk (build #1755)
>
> Status: Still Unstable
>
> Check console output at
> https://builds.apache.org/job/Jackrabbit-trunk/1755/ to view the results.
>