Skip to content

Commit

Permalink
fixing old passwd auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 23, 2017
1 parent d40cee3 commit ff0c91f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -41,6 +41,7 @@

import com.evolveum.midpoint.common.Clock;
import com.evolveum.midpoint.model.api.AuthenticationEvaluator;
import com.evolveum.midpoint.model.api.context.PasswordAuthenticationContext;
import com.evolveum.midpoint.model.impl.AbstractInternalModelIntegrationTest;
import com.evolveum.midpoint.prism.PrismObject;
import com.evolveum.midpoint.prism.xml.XmlTypeConverter;
Expand Down Expand Up @@ -83,7 +84,7 @@ public class TestAuthenticationEvaluator extends AbstractInternalModelIntegratio

private static final Trace LOGGER = TraceManager.getTrace(TestAuthenticationEvaluator.class);

private static final String USER_GUYBRUSH_PASSWORD = "XmarksTHEspot";
protected final String USER_GUYBRUSH_PASSWORD = "XmarksTHEspot";

@Autowired(required=true)
private AuthenticationEvaluator<PasswordAuthenticationContext> passwordAuthenticationEvaluator;
Expand Down

0 comments on commit ff0c91f

Please sign in to comment.