diaspora / diaspora_federation

A library that provides functionalities needed for the diaspora* federation protocol.
GNU Affero General Public License v3.0
101 stars 29 forks source link

XML deserialization for boolean properties is broken #45

Closed cmrd-senya closed 7 years ago

cmrd-senya commented 7 years ago

There is a regression from dd1c16ce91958fea743854d2b3b1cb693ae49f0b, which results in broken XML deserialization for the boolean property fields. When you deserialize a false value, we still get the default value in the result object.

Here you can find a failing test case: 583359db0851acff6d4f620bf5cbf13b1f94308c

SuperTux88 commented 7 years ago

Thanks, nice catch!