BAEL-311 msg in ignore

This commit is contained in:
Tomasz Lelek 2017-02-27 19:31:19 +01:00
parent 29fb2b339b
commit 64efdec3ef

View File

@ -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";