diff --git a/config/src/test/groovy/org/springframework/security/config/annotation/web/configurers/DefaultLoginPageConfigurerTests.groovy b/config/src/test/groovy/org/springframework/security/config/annotation/web/configurers/DefaultLoginPageConfigurerTests.groovy
index 08b389ef0b..ac128b1fe9 100644
--- a/config/src/test/groovy/org/springframework/security/config/annotation/web/configurers/DefaultLoginPageConfigurerTests.groovy
+++ b/config/src/test/groovy/org/springframework/security/config/annotation/web/configurers/DefaultLoginPageConfigurerTests.groovy
@@ -1,5 +1,3 @@
-
-
/*
* Copyright 2002-2013 the original author or authors.
*
@@ -57,12 +55,12 @@ public class DefaultLoginPageConfigurerTests extends BaseSpringSpec {
then:
response.getContentAsString() == """
Login Page
Login with Username and Password
"""
when: "fail to log in"
super.setup()
@@ -81,12 +79,12 @@ public class DefaultLoginPageConfigurerTests extends BaseSpringSpec {
then:
response.getContentAsString() == """Login Page
Your login attempt was not successful, try again.
Reason: Bad credentials
Login with Username and Password
"""
when: "login success"
super.setup()
@@ -110,12 +108,12 @@ public class DefaultLoginPageConfigurerTests extends BaseSpringSpec {
then: "sent to default success page"
response.getContentAsString() == """Login Page
You have been logged out
Login with Username and Password
"""
}
@@ -195,13 +193,13 @@ public class DefaultLoginPageConfigurerTests extends BaseSpringSpec {
then:
response.getContentAsString() == """Login Page
Login with Username and Password
"""
}
@@ -227,10 +225,10 @@ public class DefaultLoginPageConfigurerTests extends BaseSpringSpec {
springSecurityFilterChain.doFilter(request,response,chain)
then:
response.getContentAsString() == """Login PageLogin with OpenID Identity