Bug 691680 - xmlrpc interface TestCaseRun.attach_bug crash
Summary: xmlrpc interface TestCaseRun.attach_bug crash
Keywords:
Status: CLOSED DUPLICATE of bug 697252
Alias: None
Product: TCMS
Classification: Other
Component: Application
Version: Devel
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Yuguang Wang
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-29 08:58 UTC by Yang Ren
Modified: 2011-05-05 10:38 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-05-05 10:38:46 UTC


Attachments (Terms of Use)

Description Yang Ren 2011-03-29 08:58:00 UTC
This bug is track a typo in tcms xmlrpc service side souce code.

call to attach_bug will crash
m.server.TestCaseRun.attach_bug({'bug_id': 688835,
 'bug_system_id': 1,
 'case_run_id': 447911,
 'description': '',
 'summary': ''}
)

Traceback (most recent call last):
     146             tcr = TestCaseRun.objects.get(case_run_id = value[\'case_run_id\'])\n-->  147             trc.add_bug(\n

Comment 1 Yuguang Wang 2011-05-05 10:38:46 UTC

*** This bug has been marked as a duplicate of bug 697252 ***


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