osiam / resource-server

[DEPRECATED] OSIAM resource server
MIT License
3 stars 10 forks source link

Don't access member property of Group directly #90

Closed wallner closed 9 years ago

wallner commented 9 years ago

Don't access the member property directly. To prepare for the scim-schema to become completely immutable prevent this test to access the members property directly.

This pull-request is in preparation of osiam/scim-schema#126 but needs to be merged after osiam/scim-schema#161 has been merged.

tkrille commented 9 years ago

Is this really the only place where setMembers was used?

wallner commented 9 years ago

I didn't find anything else.

tkrille commented 9 years ago

Alright, thanks!