#375 Remove Ignore annotation on password hash check test

This commit is contained in:
ljacqu 2015-12-23 15:28:35 +01:00
parent f3999bd779
commit c50741e1ca

View File

@ -35,8 +35,6 @@ public abstract class AbstractEncryptionMethodTest {
}
@Test
@Ignore
// TODO #375 Fix and unignore tests
public void testGivenPasswords() {
for (String password : GIVEN_PASSWORDS) {
try {