@@ -3,17 +3,34 @@ Changes in TestLink-API-Python-client Source Distribution
33
44TestLink-API-Python-client v0.8.1 - Under Develop
55------------------------------------------------------------
6- support for TL 1.9.19 and TL 1.9.20 (dev) api changes related to test case
7- attachments, which will be stored since TL 1.9.19 with a reference to the
8- test case version instead the test case id .
6+ main topic is to support TL 1.9.19 and TL 1.9.20 (dev) api changes related to
7+ test case attachments, which are stored since TL 1.9.19 with a reference to
8+ the test case version instead the test case id .
99
1010Parameter <version> is now mandatory for _uploadTestCaseAttachment_ and optional
1111 for _getTestCaseAttachments_.
1212
13- Cause of the known TL 1.9.19 issue
14- `TL Mantis Ticket 8658 <http://mantis.testlink.org/view.php?id=8658 >`_ it is
15- recommended to use the TL 1.9.20 development state with github commit
16- 6a4984164 or later.
13+ implement other 1.9.20 (dev) changed api interfaces - #122
14+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15+
16+ changed TestlinkAPIGeneric and TestlinkAPIClient api methods
17+
18+ - getTestCasesForTestPlan() is adapted to support the new optional argument <customfields> .
19+ Sample see `<example/TestLinkExample_CF_KW.py >`_
20+
21+ known TL 1.9.19 issue:
22+ ~~~~~~~~~~~~~~~~~~~~~~~
23+ API-XMLRPC - getTestCaseAttachments returns no attachment, uploaded with uploadTestCaseAttachment
24+
25+ - see TL Mantis Ticket 8658 <http://mantis.testlink.org/view.php?id=8658>`_
26+ - recommended to use the TL 1.9.20 development state with github commit
27+ 6a4984164 or later (even for the TL upgrade or installation).
28+
29+ known TL 1.9.20 development state issues (github commit a1c7aca97):
30+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31+ Calling getTestCasesForTestPlan() with the new optional argument <customfields> returns only internal db values.
32+ As alternative, loop over all returned test cases and call getTestCaseCustomFieldDesignValue().
33+ Sample see `<example/TestLinkExample_CF_KW.py >`_
1734
1835TestLink-API-Python-client v0.8.0 (May. 2018)
1936---------------------------------------------
0 commit comments