]> source.dussan.org Git - gitblit.git/commit
Fixed and introduced tests for synching ldap users and groups.
authorAlfred Schmid <A.Schmid@ff-muenchen.de>
Fri, 21 Feb 2014 07:47:11 +0000 (08:47 +0100)
committerAlfred Schmid <A.Schmid@ff-muenchen.de>
Fri, 21 Feb 2014 09:47:34 +0000 (10:47 +0100)
commit4e8d63d5a6200ce7958125593f269eeef5a4ff9b
tree2a4b1f6c7ad25031e0901c39329945e9c56da168
parent6659fa5151ebd5fb744b7b07f929e580ce6f5843
Fixed and introduced tests for synching ldap users and groups.

Using new settings key realm.ldap.synchronize
Switched from key String to Keys class. To avoid letting tests pass with
hardcoded keys wich doesn't exist anymore. Now on Key Refactorings the
test gets compile error again.
Test the isReady behavior from LdapSyncService.
src/test/java/com/gitblit/service/LdapSyncServiceTest.java [new file with mode: 0644]
src/test/java/com/gitblit/tests/LdapAuthenticationTest.java