Remove use of wrong DOMUtils class (from com.sun package).

This commit is contained in:
Luke Taylor
2010-05-01 15:04:26 +01:00
parent 863ccecf55
commit dccb30ad63
2 changed files with 8 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ public class AuthenticationProviderBeanDefinitionParserTests {
public void exernalProviderDoesNotSupportChildElements() throws Exception {
appContext = new InMemoryXmlApplicationContext(
" <authentication-manager>" +
" <authentication-provider ref='aProvider'>" +
" <authentication-provider ref='aProvider'> " +
" <password-encoder ref='customPasswordEncoder'/>" +
" </authentication-provider>" +
" </authentication-manager>" +