After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689141 - Test for LastChange parser and some fixes.
Test for LastChange parser and some fixes.
Status: RESOLVED FIXED
Product: gupnp-av
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-27 10:31 UTC by Krzesimir Nowak
Modified: 2019-02-22 05:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test for GUPnPLastChangeParser (11.11 KB, patch)
2012-11-27 10:32 UTC, Krzesimir Nowak
none Details | Review
Fixes XML parsing. (1.62 KB, patch)
2012-11-27 10:33 UTC, Krzesimir Nowak
committed Details | Review
Test for GUPnPLastChangeParser v2. (11.24 KB, patch)
2012-11-27 13:37 UTC, Krzesimir Nowak
committed Details | Review

Description Krzesimir Nowak 2012-11-27 10:31:34 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.
Comment 1 Krzesimir Nowak 2012-11-27 10:32:33 UTC
Created attachment 229981 [details] [review]
Test for GUPnPLastChangeParser
Comment 2 Krzesimir Nowak 2012-11-27 10:33:09 UTC
Created attachment 229982 [details] [review]
Fixes XML parsing.
Comment 3 Jens Georg 2012-11-27 13:20:43 UTC
Does GTest support expect-fail? Otherwise that needs to be commented out to not make the build or make distcheck fail all the time.
Comment 4 Krzesimir Nowak 2012-11-27 13:37:39 UTC
Created attachment 230000 [details] [review]
Test for GUPnPLastChangeParser v2.

Ok, I commented out the assertion check and added a g_message saying what happening.