Improvements in up-to-date checking and use of parallel tests where possible.

This commit is contained in:
Luke Taylor
2010-08-05 02:11:00 +01:00
parent 64375484a1
commit 413b2a06e3
8 changed files with 52 additions and 21 deletions

View File

@@ -117,14 +117,6 @@ public class LdapProviderBeanDefinitionParserTests {
provider.authenticate(new UsernamePasswordAuthenticationToken("ben", "ben"));
}
@Test
public void detectsNonStandardServerId() {
setContext("<ldap-server id='myServer'/> " +
"<authentication-manager>" +
" <ldap-authentication-provider />" +
"</authentication-manager>");
}
@Test
public void inetOrgContextMapperIsSupported() throws Exception {
setContext(