Hide Forgot
Description of problem: When using xmlrpc, list returned by testplan.get_test_cases is not sorted according sort key. Version-Release number of selected component (if applicable): Nitrate 3.6.0 How reproducible: always Steps to Reproduce: 1. get list of TC in test plan using xmlrpc Actual results: random TC list order Expected results: TC list ordered by sort key
Hello, any progress here? I guess the implementation should be just adjusting the SQL query to include the appropriate sort clause. (I believe a similar fix is necessary for bug 725728). Thanks for looking into this.
will implement it in 3.8.0.
This bug was fixed in tcms 3.8.0. List returned by TestPlan.get_test_cases(plan_id) sorted according sort key.
Verify 3.8.0-1 on stage -->PASS Verify steps: 1.get list of TC in test plan using xmlrpc 2.check TC sort order. Actual result: TC list ordered by sort key