GNOME Bugzilla – Bug 689141
Test for LastChange parser and some fixes.
Last modified: 2019-02-22 05:57:51 UTC
Two patches will follow, first adds a test for GUPnPLastChangeParser and another one fixes XML document parsing causing some failures in the test. The two-mutes test will be failing due to limitations of current implementation.
Created attachment 229981 [details] [review] Test for GUPnPLastChangeParser
Created attachment 229982 [details] [review] Fixes XML parsing.
Does GTest support expect-fail? Otherwise that needs to be commented out to not make the build or make distcheck fail all the time.
Created attachment 230000 [details] [review] Test for GUPnPLastChangeParser v2. Ok, I commented out the assertion check and added a g_message saying what happening.