ruby-jmeter 3.1.01 → 3.1.02

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: 3663e498326bf8d01026ced80d7706a98288f802
4
- data.tar.gz: d1ca16c4f60497ec740162a87e72a8f6107abe84
3
+ metadata.gz: ccdd46b52ad5147253b948f1fb4f11b9deebf5bf
4
+ data.tar.gz: d814597c2b3d417a5ecd3bf6e1eea24ff1448ba1
5
5
  SHA512:
6
- metadata.gz: 80e2b735c36093957df2b0a43600105527149b4e99442c940850a0b52cba6b33eb38b37aad33f90899846dc6957638d86dec3301b773c685507e466a065d1f61
7
- data.tar.gz: 97749ed9ab443c911735950b42e40e2547019ff901d9ae97f3f368facfb6f66d0e4458e490bdeddd176efbb4c69c8535110254495023910b4589b3838f0d430f
6
+ metadata.gz: a82bd04e23b29833f626620241289951c9ec5d20d826a9010c4f2d5799d5ba0182ce508b7aa34ad28b20793124a9bd1d906c8b83cdd9bbc0d54454deec493824
7
+ data.tar.gz: 69ae16e1b7bee35fa8a863eff07b9231e566cf051fce2caa539f46d3658617108556fdb962034a5b015ed98ff59fc1d7319e43589f5c4d6a8f7d18c73d93ee65
@@ -20,6 +20,7 @@ module RubyJmeter
20
20
  <stringProp name="HtmlExtractor.default"/>
21
21
  <stringProp name="HtmlExtractor.match_number"/>
22
22
  <stringProp name="HtmlExtractor.extractor_impl"/>
23
+ <boolProp name="HtmlExtractor.default_empty_value"/>
23
24
  </HtmlExtractor>)
24
25
  EOS
25
26
  update params
@@ -21,6 +21,7 @@ module RubyJmeter
21
21
  <stringProp name="RegexExtractor.default"/>
22
22
  <stringProp name="RegexExtractor.match_number"/>
23
23
  <stringProp name="Sample.scope">all</stringProp>
24
+ <boolProp name="RegexExtractor.default_empty_value"/>
24
25
  </RegexExtractor>)
25
26
  EOS
26
27
  update params
@@ -827,6 +827,7 @@
827
827
  <stringProp name="HtmlExtractor.default"></stringProp>
828
828
  <stringProp name="HtmlExtractor.match_number"></stringProp>
829
829
  <stringProp name="HtmlExtractor.extractor_impl"></stringProp>
830
+ <boolProp name="HtmlExtractor.default_empty_value"/>
830
831
  </HtmlExtractor>
831
832
  <hashTree/>
832
833
  <DebugPostProcessor guiclass="TestBeanGUI" testclass="DebugPostProcessor" testname="Debug PostProcessor" enabled="true">
@@ -870,6 +871,7 @@
870
871
  <stringProp name="RegexExtractor.default"></stringProp>
871
872
  <stringProp name="RegexExtractor.match_number"></stringProp>
872
873
  <stringProp name="Sample.scope">all</stringProp>
874
+ <boolProp name="RegexExtractor.default_empty_value"/>
873
875
  </RegexExtractor>
874
876
  <hashTree/>
875
877
  <ResultAction guiclass="ResultActionGui" testclass="ResultAction" testname="Result Status Action Handler" enabled="true">
@@ -1,3 +1,3 @@
1
1
  module RubyJmeter
2
- VERSION = '3.1.01'
2
+ VERSION = '3.1.02'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-jmeter
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.01
4
+ version: 3.1.02
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Koopmans