-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 10.10
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Convert
When creating a Video info from VideoInfo.EMPTY_INFO and passing if through the fromMap / toMap, the source and destination objects are not the same.
This is false:
assertThat(VideoInfo.EMPTY_INFO).isEqualToComparingFieldByField(VideoInfo.fromMap(VideoInfo.EMPTY_INFO.toMap()));