Bug 857829 - [XML-RPC] TestCase.detach_bug() doesn't work
Summary: [XML-RPC] TestCase.detach_bug() doesn't work
Keywords:
Status: VERIFIED
Alias: None
Product: TCMS
Classification: Other
Component: XMLRPC
Version: 3.8.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.8.1
Assignee: Yang Ren
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-17 07:13 UTC by Xin Gao
Modified: 2022-03-14 03:25 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

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.


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