GNOME Bugzilla – Bug 689808
The CDS last change parser cannot extract updateID
Last modified: 2019-02-22 05:57:46 UTC
Created attachment 230915 [details] [review] Fix updateID handling in the CDS LastChange Parser The CDS LastChange parser is currently always returning 0 for the updateID of a last change event. This is because it is trying to extract the value from a child node rather than an attribute. I've attached a patch that fixes the problem by treating the updateID as an attribute.
And on top I forgot to check this in the test :-/ Thanks.