Bug 1805687

Summary: Unable to set empty string as Arguments by TestCase.update()
Product: [Other] TCMS Reporter: Jakub Heger <jheger>
Component: XMLRPCAssignee: Yang Ren <ryang>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: DevelCC: anuagarw, cqi, marcobillpeter, ryang
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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: