public void testUpdatedDoesNotAcceptMissingPasswordHashType() throws ConfigurationException {
Properties props = new Properties();
props.put(PROPERTY_KEY_USERNAME, "foo");
props.put(PROPERTY_KEY_PASSWORD, "foo");
new PasswordAuthenticationProcessor().updated(props);
}