tl-api-client 0.1.11 → 0.1.12
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 +4 -4
- data/lib/testlink/client/version.rb +1 -1
- data/lib/testlink/client.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 137daea750f2ba4e8696d9ca079f5968c3899b10
|
4
|
+
data.tar.gz: b8b562359078d5fecadbd08d2751b1f9a74ef2a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b891b759519d5514f6ae53716fda3a980f5b01d30473c3f3aab9de642ab4ff94d029f6b8828c88bde8b2abd956db3142fdb1cd1b2453212e0b6f4b4aedc738cc
|
7
|
+
data.tar.gz: 4cc74fe9288282e473e02a30723abdd360c90807c5550935a0cf68cfd98882bce4715387fd3b88a1791c71e51d8221f083ef215f18767a908b686172b8cd7994
|
data/lib/testlink/client.rb
CHANGED
@@ -136,7 +136,7 @@ module Testlink
|
|
136
136
|
input["keywords"] = keywords unless keywords.nil?
|
137
137
|
input["executed"] = executed unless executed.nil?
|
138
138
|
input["assignedto"] = assignedto unless assignedto.nil?
|
139
|
-
input["executestatus"] = executestatus unless
|
139
|
+
input["executestatus"] = executestatus unless executestatus.nil?
|
140
140
|
input["executiontype"] = executiontype unless executiontype.nil?
|
141
141
|
input["getstepinfo"] = getstepinfo unless getstepinfo.nil?
|
142
142
|
input["details"] = details unless details.nil?
|