BAEL-311 msg in ignore
This commit is contained in:
parent
29fb2b339b
commit
64efdec3ef
@ -30,7 +30,7 @@ public class JasyptTest {
|
|||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
@Ignore("should have installed local_policy.jar")
|
||||||
public void givenTextPassword_whenDecrypt_shouldCompareToEncryptedWithCustomAlgorithm() {
|
public void givenTextPassword_whenDecrypt_shouldCompareToEncryptedWithCustomAlgorithm() {
|
||||||
//given
|
//given
|
||||||
StandardPBEStringEncryptor encryptor = new StandardPBEStringEncryptor();
|
StandardPBEStringEncryptor encryptor = new StandardPBEStringEncryptor();
|
||||||
@ -48,7 +48,7 @@ public class JasyptTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
@Ignore("should have installed local_policy.jar")
|
||||||
public void givenTextPassword_whenDecryptOnHighPerformance_shouldDecrypt(){
|
public void givenTextPassword_whenDecryptOnHighPerformance_shouldDecrypt(){
|
||||||
//given
|
//given
|
||||||
String password = "secret-pass";
|
String password = "secret-pass";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user