Bug 729233 - XMLRPC: New TestCasePlan class
Summary: XMLRPC: New TestCasePlan class
Keywords:
Status: VERIFIED
Alias: None
Product: TCMS
Classification: Other
Component: Application
Version: 3.5
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.8.0
Assignee: Yang Ren
QA Contact: Nobody
URL:
Whiteboard:
Depends On:
Blocks: 593666 869594
TreeView+ depends on / blocked
 
Reported: 2011-08-09 07:20 UTC by Petr Šplíchal
Modified: 2025-01-01 08:27 UTC (History)
4 users (show)

Fixed In Version: 3.8.0-1
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Petr Šplíchal 2011-08-09 07:20:18 UTC
Description of problem:

Please, make the case sortkey field accessible through XMLRPC.
This has been previously possible with the use of TestCase.get()
and TestCase.update() functions but due to database table change
(bug 545082) is now no more available.

I suggest to implement a new TestCasePlan class which would
support get() and update() methods.

Comment 1 jianchen 2012-06-19 06:36:26 UTC
New TestCasePlan class, support get() and update() methods.
Now TestCasePlan.update() method only support update sorkey.
Thanks.

Comment 2 Xin Gao 2012-07-26 01:40:15 UTC
Verify 3.8.0-1 on stage   -->PASS

Verify steps:
1. test TestCasePlan.get(case_id, plan_id)
2. test TestCasePlan.get(case_id, plan_id, new_sort_key)

Actual result:
works well.


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