Down to one failed test...
Tests run: 113, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 217.335 sec
<<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testAddAdminUser(org.apache.directory.fortress.core.impl.DelegatedMgrImplTest)
Time elapsed: 0.165 sec <<< FAILURE!
junit.framework.AssertionFailedError:
org.apache.directory.fortress.core.impl.DelegatedMgrImplTestassignAdminUsers
list size check
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.TestCase.assertTrue(TestCase.java:192)
at
org.apache.directory.fortress.core.impl.DelegatedMgrImplTest.assignAdminUsers(DelegatedMgrImplTest.java:306)
at
org.apache.directory.fortress.core.impl.DelegatedMgrImplTest.testAddAdminUser(DelegatedMgrImplTest.java:174)
Results :
Failed tests:
DelegatedMgrImplTest.testAddAdminUser:174->assignAdminUsers:306
org.apache.directory.fortress.core.impl.DelegatedMgrImplTestassignAdminUsers
list size check
----- Original Message -----
From: "Shawn McKinney" <[email protected]>
To: [email protected]
Sent: Friday, February 19, 2016 2:55:32 PM
Subject: Re: Access Manager Permissions
> On Feb 19, 2016, at 1:39 PM, Chris Pike <[email protected]> wrote:
>
> Still think there are two tests that are failing, I'll see about getting it
> working then commit directly.
>
> Here is the slapd.conf I'm currently using if something jumps out as wrong
> (https://github.com/pike1212/fortress-in-a-box/blob/master/roles/openldap/files/slapd.conf)
The acl’s don’t look quite right. Here’s a reference to latest:
https://github.com/apache/directory-fortress-core/blob/master/ldap/slapd.conf.src
Which tests are failing again? If it’s the audit reads, then proceed with this
changes commit. We can cover those later on its own thread.
Thanks
Shawn