testability-driver-qt-sut-plugin 1.4.3 → 1.4.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/testability-driver-plugins/testability-driver-qt-sut-plugin/util/find_object_generator.rb
CHANGED
|
@@ -28,6 +28,8 @@ module MobyUtil
|
|
|
28
28
|
|
|
29
29
|
filter_type = sut_parameters[ :filter_type, 'none' ]
|
|
30
30
|
|
|
31
|
+
plugin_timeout = sut_parameters[ :qttas_plugin_timeout, 10000 ].to_i
|
|
32
|
+
|
|
31
33
|
if filter_type != 'none'
|
|
32
34
|
|
|
33
35
|
filters = {}
|
|
@@ -60,7 +62,7 @@ module MobyUtil
|
|
|
60
62
|
|
|
61
63
|
#xml = "<?xml version=\"1.0\"?>"
|
|
62
64
|
|
|
63
|
-
xml = "<TasCommands service=\"findObject\" #{ @_app_details.to_attributes }"
|
|
65
|
+
xml = "<TasCommands plugin_timeout=\"#{plugin_timeout}\" service=\"findObject\" #{ @_app_details.to_attributes }"
|
|
64
66
|
|
|
65
67
|
# pass checksum value if known from previous service request result
|
|
66
68
|
#unless @_checksum.nil?
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: testability-driver-qt-sut-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 1.4.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.4.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- TDriver team
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-
|
|
18
|
+
date: 2012-02-03 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|