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 703140 - UPnP CTT displays warnings for error code used in UPnP Action
UPnP CTT displays warnings for error code used in UPnP Action
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-server
git master
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2013-06-26 17:28 UTC by Parthiban Balasubramanian
Modified: 2013-06-27 09:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for fixing UPnP Error code (4.32 KB, text/plain)
2013-06-26 17:28 UTC, Parthiban Balasubramanian
  Details
Patch for fixing UPnP Error code (4.34 KB, patch)
2013-06-26 17:31 UTC, Parthiban Balasubramanian
none Details | Review
server: Fix UPnP Error codes (3.37 KB, patch)
2013-06-27 09:16 UTC, Jens Georg
committed Details | Review

Description Parthiban Balasubramanian 2013-06-26 17:28:51 UTC
Created attachment 247844 [details]
Patch for fixing UPnP Error code

CreateObject,UpdateObject,DestroyObject error code were seen as warnings in UPnP CTT test execution.
Attached patch fixes those warnings.
Comment 1 Parthiban Balasubramanian 2013-06-26 17:30:27 UTC
Comment on attachment 247844 [details]
Patch for fixing UPnP Error code

made obsolete to update the commit message
Comment 2 Parthiban Balasubramanian 2013-06-26 17:31:14 UTC
Created attachment 247845 [details] [review]
Patch for fixing UPnP Error code
Comment 3 Jens Georg 2013-06-27 09:16:26 UTC
Created attachment 247878 [details] [review]
server: Fix UPnP Error codes

CreateObject, UpdateObject and DestroyObject UPnP Actions were using
slightly wrong error codes.

Updated your patch against with current master, changed commit message a bit
Comment 4 Jens Georg 2013-06-27 09:54:51 UTC
Attachment 247878 [details] pushed as 82fd62e - server: Fix UPnP Error codes