testability-driver 1.5.3 → 1.5.4
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/tdriver/util/logger/logger.rb +5 -0
- metadata +4 -4
|
@@ -263,10 +263,15 @@ module MobyUtil
|
|
|
263
263
|
text_array.each{ | text |
|
|
264
264
|
|
|
265
265
|
@logger_instance.send level, ( include_behaviour_info && !text.empty? ) ? "#{ text.to_s } in #{ log_caller.to_s }" : text.to_s
|
|
266
|
+
if $tdriver_reporter && !text.empty? && text.include?("A temporary information popup")
|
|
267
|
+
$new_test_case.capture_dump(true,:text=> text) if $new_test_case
|
|
268
|
+
end
|
|
266
269
|
|
|
267
270
|
}
|
|
268
271
|
|
|
269
272
|
log_to_report_details(caller) if $parameters[:report_script_steps_to_details, nil ]=='true'
|
|
273
|
+
|
|
274
|
+
|
|
270
275
|
end
|
|
271
276
|
|
|
272
277
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: testability-driver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 1.5.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.5.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Testability Driver team
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin/
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-
|
|
18
|
+
date: 2012-05-07 00:00:00 +03:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|