soda 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/Soda.rb +5 -0
  2. data/lib/sodainfo.rb +1 -1
  3. metadata +3 -3
data/lib/Soda.rb CHANGED
@@ -2889,6 +2889,11 @@ JSCode
2889
2889
  tmp_result['result'] = run(test, false, true, suite_name)
2890
2890
  tmp_result['Test_Order'] = test_order
2891
2891
  tmp_result.merge!(@rep.GetRawResults)
2892
+
2893
+ if (tmp_result['Test Failure Count'].to_i != 0)
2894
+ tmp_result['result'] = -1
2895
+ end
2896
+
2892
2897
  tmp_result['Real_Test_Name'] = test
2893
2898
  test_basename = File.basename(test, ".xml")
2894
2899
  logfile = tmp_result['Test Log File']
data/lib/sodainfo.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.0.9"
3
+ SODA_GEM_VERSION = "1.0.10"
4
4
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soda
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 9
10
- version: 1.0.9
9
+ - 10
10
+ version: 1.0.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond