Bug 1805687 - Unable to set empty string as Arguments by TestCase.update()
Summary: Unable to set empty string as Arguments by TestCase.update()
Keywords:
Status: NEW
Alias: None
Product: TCMS
Classification: Other
Component: XMLRPC
Version: Devel
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Yang Ren
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-21 11:33 UTC by Jakub Heger
Modified: 2020-02-21 11:33 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Jakub Heger 2020-02-21 11:33:07 UTC
Description of problem:
At the moment it is not possible to set empty string ('') as test case arguments using xmlrpc TestCase.update() call. 

Seems to be the same bug as https://bugzilla.redhat.com/show_bug.cgi?id=902891 .


Version-Release number of selected component (if applicable):
3.8.17

How reproducible:
always 

Steps to Reproduce:
1. case._server.TestCase.update([552762], { "arguments": ""} )
2. 
3.
  
Actual results:
Returned dictionary contains
'arguments': 'this should be overwritten',

Expected results:
Returned dictionary contains
'arguments':'',

Additional info:


Note You need to log in before you can comment on or make changes to this bug.