1
0
mirror of synced 2026-08-05 17:57:15 +00:00

SEC-2915: groovy/gradle spaces->tabs

This commit is contained in:
Rob Winch
2015-03-23 11:14:26 -05:00
parent cf9f58a4ac
commit 0a2e496a84
121 changed files with 6033 additions and 6033 deletions
@@ -7,11 +7,11 @@ import spock.lang.Specification
class TldTests extends Specification {
def "SEC-2324: tld version is correct"() {
when:
File securityTld = new File('src/main/resources/META-INF/security.tld')
GPathResult tldRoot = new XmlSlurper().parse(securityTld)
then:
String version = System.getProperty('springSecurityVersion');
version.startsWith(tldRoot.'tlib-version'.text())
when:
File securityTld = new File('src/main/resources/META-INF/security.tld')
GPathResult tldRoot = new XmlSlurper().parse(securityTld)
then:
String version = System.getProperty('springSecurityVersion');
version.startsWith(tldRoot.'tlib-version'.text())
}
}