BAEL-311 msg in ignore

This commit is contained in:
Tomasz Lelek 2017-02-27 19:31:19 +01:00
parent 29fb2b339b
commit 64efdec3ef
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ public class JasyptTest {
@Test
@Ignore
@Ignore("should have installed local_policy.jar")
public void givenTextPassword_whenDecrypt_shouldCompareToEncryptedWithCustomAlgorithm() {
//given
StandardPBEStringEncryptor encryptor = new StandardPBEStringEncryptor();
@ -48,7 +48,7 @@ public class JasyptTest {
}
@Test
@Ignore
@Ignore("should have installed local_policy.jar")
public void givenTextPassword_whenDecryptOnHighPerformance_shouldDecrypt(){
//given
String password = "secret-pass";