Bug 857829

Summary: [XML-RPC] TestCase.detach_bug() doesn't work
Product: [Other] TCMS Reporter: Xin Gao <xgao>
Component: XMLRPCAssignee: Yang Ren <ryang>
Status: VERIFIED --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.8.0CC: ryang
Target Milestone: ---   
Target Release: 3.8.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
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 Xin Gao 2012-09-17 07:13:40 UTC
Description of problem:
TestCase.detach_bug() doesn't work.

Version-Release number of selected component (if applicable):
tcms 3.8 on stage/production

How reproducible:


Steps to Reproduce:
1. TestCase.detach_bug(93023, 1234)
2.
3.
  
Actual results:
Fault: <Fault 1: "TypeError: remove_bug() got an unexpected keyword argument 'id'">

Expected results:
can remove bug from case.

Additional info:

Comment 1 jianchen 2012-09-21 03:05:41 UTC
This bug was fixed in tcms 3.8.1.
TestCase.detch_bug() params change object_pks to bug_ids.

Comment 2 Xin Gao 2012-10-10 07:58:07 UTC
Verify 3.8.1 on tcms-test -->PASS

Verify steps:
TestCase.detach_bug(93023, 1234)

Actual result:
works well now.