SEC-2289: Add spring4Test

This commit is contained in:
Rob Winch
2013-08-27 08:47:04 -05:00
parent 086056f191
commit aca2e4ff3a
3 changed files with 27 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
// isJdk6 = jdkVersion >= '1.6'
int maxAESKeySize = javax.crypto.Cipher.getMaxAllowedKeyLength('AES')
test {
configure([test,spring4Test]) {
if (maxAESKeySize < 256) {
println "AES keysize limited to $maxAESKeySize, skipping EncryptorsTests"
exclude '**/EncryptorsTests.class'