Removed one function where I had two that did similar work.

This commit is contained in:
Roland Hedberg
2013-07-08 15:30:06 -07:00
parent c6cf3ede36
commit 368c95b53b

View File

@@ -473,8 +473,8 @@ def test_filter_values_req_opt_4():
acs = attribute_converter.ac_factory(full_path("attributemaps")) acs = attribute_converter.ac_factory(full_path("attributemaps"))
rava = attribute_converter.ava_fro(acs, r) rava = attribute_converter.to_local(acs, r)
oava = attribute_converter.ava_fro(acs, o) oava = attribute_converter.to_local(acs, o)
ava = {"sn": ["Hedberg"], "givenName": ["Roland"], ava = {"sn": ["Hedberg"], "givenName": ["Roland"],
"eduPersonAffiliation": ["staff"], "uid": ["rohe0002"]} "eduPersonAffiliation": ["staff"], "uid": ["rohe0002"]}