soda 1.1.2 → 1.1.3
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.
- data/lib/SodaSuiteSummary.rb +1 -0
- data/lib/sodainfo.rb +1 -1
- metadata +4 -4
data/lib/SodaSuiteSummary.rb
CHANGED
|
@@ -916,6 +916,7 @@ HTML
|
|
|
916
916
|
t_passedcount -= suite_hash['Test Failure Count']
|
|
917
917
|
total_failures = 0
|
|
918
918
|
# total_failures += suite_hash['Test Failure Count']
|
|
919
|
+
total_failures += suite_hash['Test Exceptions']
|
|
919
920
|
total_failures += suite_hash['Test WatchDog Count']
|
|
920
921
|
total_failures += suite_hash['Test Assert Failures']
|
|
921
922
|
total_failures += suite_hash['Test Other Failures']
|
data/lib/sodainfo.rb
CHANGED
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:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Trampus Richmond
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-02-
|
|
18
|
+
date: 2011-02-24 00:00:00 -08:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|