Skip to content

Commit 6b22fee

Browse files
committed
Conflicts: src/testlink/testlinkapi.py
2 parents 67a7a1b + 64bf436 commit 6b22fee

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ see [downloads]
7676

7777
TestLink-API-Python-client developers
7878
-------------------------------------
79-
* [James Stock], [Olivier Renault], kereval.com
79+
* [James Stock], [Olivier Renault]
8080
* [g4l4drim], [pade], [lczub]
8181
* anyone forgotten?
8282

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Copyright 2012 ??? , ???
55
#
6-
# Licensed under ???
6+
# Licensed under Apache 2.0
77
#
88

99
from os.path import join, dirname
@@ -15,9 +15,9 @@
1515
version=VERSION,
1616
description='Python XMLRPC client for the TestLink API',
1717
author='James Stock, Olivier Renault, TestLink-API-Python-client developers',
18-
author_email='???, ???, ???',
18+
author_email='[email protected], ???, ???',
1919
url='https://github.com/lczub/TestLink-API-Python-client',
20-
license = 'unknown',
20+
license = 'Apache 2.0',
2121
package_dir = {'': 'src'},
2222
packages=['testlink'],
2323
)

src/testlink/testlinkapi.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,11 @@ def getTestCaseAttachments(self, testcaseid):
162162
"""
163163
argsAPI = {'devKey' : self.devKey,
164164
'testcaseid':str(testcaseid)}
165+
<<<<<<< HEAD
165166
return self._callServer('getTestCaseAttachments', argsAPI)
167+
=======
168+
return self.server.tl.getTestCaseAttachments(argsAPI)
169+
>>>>>>> 64bf436b3ec3d5aa38e855439ac621e3007ce909
166170

167171
def getTestCaseCustomFieldDesignValue(self, testcaseexternalid, version,
168172
testprojectid, customfieldname, details):

0 commit comments

Comments
 (0)