tl-api-client 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: afffd6070ebc97cc1979608d712f430ce5a9da39
4
- data.tar.gz: c3dabe0b2e1db8636c19cad3a6f4148961894bba
3
+ metadata.gz: '037202863907cb56e88b084dd6c9380a1ae8ee76'
4
+ data.tar.gz: 8d7838edd9dff34a648bd288bc89231071f3a230
5
5
  SHA512:
6
- metadata.gz: 65cb35b6e09b5bdcd7775ebc45725387319e369fb21d74685bfd53a4fe5d5de6f1da842d9988362b4339b0e60c8ece995f00fe92f99f1df1d7009e43fa56b844
7
- data.tar.gz: cbca0a6cb8b44d7d4ba33cd7323c0bd7e9cdc40bdde03f4d8af6c742698af3a0fd6f7dd20d845bb09eda690972b861720902e166ca1fbe7db9edba6373f16f8a
6
+ metadata.gz: 29741a3590198d3948b8cc91807a0b87509ac059efb5d70f656be17c52890940dd9c5389f0b6483c7b085f495a12ca8a5087eb6e5fd24768d4a2a7dae5831f39
7
+ data.tar.gz: ddbfaf003747fe3860615d0f40ceee2a758326f9fd1f0bcbf8132d8b8d7fc56ce305a9ec9a0c1dedac479762c05ac8a1811294eefb53327441f8a454cc3cf4e0
@@ -1,7 +1,7 @@
1
1
  module Tl
2
2
  module Api
3
3
  module Client
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
6
6
  end
7
7
  end
@@ -168,10 +168,10 @@ module Testlink
168
168
 
169
169
  def get_test_case tcid = nil, tcexternalid = nil
170
170
 
171
- if tcexternali.nil?
172
- input = { "testcaseexternalid" => tcexternalid }
173
- else
171
+ if tcexternalid.nil?
174
172
  input = { "testcaseid" => tcid }
173
+ else
174
+ input = { "testcaseexternalid" => tcexternalid }
175
175
  end
176
176
  get_result "tl.getTestCase", input
177
177
  end
@@ -230,7 +230,7 @@ module Testlink
230
230
  end
231
231
 
232
232
 
233
- def add_testcase_keywords keywords
233
+ def add_test_case_keywords keywords
234
234
 
235
235
  # keywords is a map key: testcaseexternalid, values: array of keyword name
236
236
  input = { "keywords" => keywords }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tl-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emma Chen