Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG FIX: Mutation of property can output as an array #450

Closed
wants to merge 2 commits into from

Conversation

TheeJamesLee
Copy link

Bug found where changing a property that was already set either by deserialization or property set.

On serialization, will be output as an array of values.

Corrects the SetValue property and adds test in serialization exercising a property change.

SerializationTests for an attendee include a parameter change prior to serialization.
SetValue applies itself as the value, rather than acting the same as AddValue.
rianjs added a commit that referenced this pull request Apr 10, 2021
@rianjs rianjs mentioned this pull request Apr 10, 2021
@rianjs rianjs closed this in #517 Apr 10, 2021
@rianjs
Copy link
Owner

rianjs commented Apr 10, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants