A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 0491e93b7bbc76faef2f843ba56f2e98d9cbd22f (commit) from aaa538f8db00d5a047dd40e49c5fdfeb8c885ba0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0491e93b7bbc76faef2f843ba56f2e98d9cbd22f Author: Shawn McKinney shawn.mckinney@jts.us Date: Thu Oct 17 19:02:41 2013 -0500
FC-73 - Verify load data perms using junit
-----------------------------------------------------------------------
Summary of changes: .../java/us/jts/fortress/ant/FortressAntTask.java | 18 +- .../us/jts/fortress/rbac/FortressAntLoadTest.java | 349 ++++++++++++++++++++ .../us/jts/fortress/rbac/ReviewMgrAntTest.java | 307 ----------------- .../java/us/jts/fortress/rbac/UserTestData.java | 29 ++ 4 files changed, 382 insertions(+), 321 deletions(-) create mode 100644 src/test/java/us/jts/fortress/rbac/FortressAntLoadTest.java delete mode 100644 src/test/java/us/jts/fortress/rbac/ReviewMgrAntTest.java
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git