Skip to content

Commit cc925f8

Browse files
committed
Merge pull request #5 from kdlogen/master
Added 2 mandatory fields
2 parents 9e3965b + 0dc8b49 commit cc925f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/testlinkapi.js

+8
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ TestLinkApi.prototype.getTestCaseCustomFieldDesignValue = function(params, callb
235235
value: params.details || "details",
236236
type: "string"
237237
},
238+
customfieldname: {
239+
value: params.customfieldname || "customfieldname",
240+
type: "string"
241+
},
238242
version: {
239243
value: params.version || "version",
240244
type: "int"
@@ -798,6 +802,10 @@ TestLinkApi.prototype.reportTCResult = function(params, callback) {
798802
value: params.notes || "notes",
799803
type: "string"
800804
},
805+
status: {
806+
value: params.status || 'status',
807+
type: 'string'
808+
},
801809
platformname: {
802810
value: params.platformname || "platformname",
803811
type: "string"

0 commit comments

Comments
 (0)