testability-driver-runner 1.2.0 → 1.3.0

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/tdrunner.rb +1 -1
  2. data/lib/tdrunner_monitor.rb +2 -2
  3. metadata +73 -101
data/lib/tdrunner.rb CHANGED
@@ -72,7 +72,7 @@ module TDRunner
72
72
 
73
73
  elsif args[0]=='--version'
74
74
  args.shift
75
- puts '1.2.0'
75
+ puts '1.3.0'
76
76
 
77
77
  else
78
78
  break
@@ -38,7 +38,7 @@ module TDRunner
38
38
  failed_level=0
39
39
  if case_contents_array.count > 0
40
40
  class_name = get_test_class(case_contents_array[0].at(0).to_s) + "=1"
41
- $failed_tests<<class_name if case_contents_array[0].at(0).to_s.include? '('
41
+ $failed_tests << class_name if case_contents_array[0].at(0).to_s.include? '('
42
42
 
43
43
  case_contents_array.reverse_each do |tcase|
44
44
  if tcase.at(3)==false || tcase.at(3)=="not run"
@@ -56,7 +56,7 @@ module TDRunner
56
56
  end
57
57
  end
58
58
  end
59
- $failed_tests<<failed_cases.reverse
59
+ $failed_tests << failed_cases.reverse
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,13 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testability-driver-runner
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
5
- prerelease:
6
- segments:
7
- - 1
8
- - 2
9
- - 0
10
- version: 1.2.0
4
+ version: 1.3.0
11
5
  platform: ruby
12
6
  authors:
13
7
  - Testability Driver team
@@ -15,66 +9,49 @@ autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
11
 
18
- date: 2011-06-08 00:00:00 Z
12
+ date: 2011-08-17 00:00:00 +03:00
13
+ default_executable:
19
14
  dependencies:
20
15
  - !ruby/object:Gem::Dependency
21
16
  name: testability-driver
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
25
20
  requirements:
26
21
  - - ">="
27
22
  - !ruby/object:Gem::Version
28
- hash: 3
29
- segments:
30
- - 0
31
23
  version: "0"
32
- type: :runtime
33
- version_requirements: *id001
24
+ version:
34
25
  - !ruby/object:Gem::Dependency
35
26
  name: rails
36
- prerelease: false
37
- requirement: &id002 !ruby/object:Gem::Requirement
38
- none: false
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
39
30
  requirements:
40
31
  - - ">="
41
32
  - !ruby/object:Gem::Version
42
- hash: 9
43
- segments:
44
- - 2
45
- - 3
46
- - 5
47
33
  version: 2.3.5
48
- type: :runtime
49
- version_requirements: *id002
34
+ version:
50
35
  - !ruby/object:Gem::Dependency
51
36
  name: zippy
52
- prerelease: false
53
- requirement: &id003 !ruby/object:Gem::Requirement
54
- none: false
37
+ type: :runtime
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
55
40
  requirements:
56
41
  - - ">="
57
42
  - !ruby/object:Gem::Version
58
- hash: 3
59
- segments:
60
- - 0
61
43
  version: "0"
62
- type: :runtime
63
- version_requirements: *id003
44
+ version:
64
45
  - !ruby/object:Gem::Dependency
65
46
  name: sqlite3-ruby
66
- prerelease: false
67
- requirement: &id004 !ruby/object:Gem::Requirement
68
- none: false
47
+ type: :runtime
48
+ version_requirement:
49
+ version_requirements: !ruby/object:Gem::Requirement
69
50
  requirements:
70
51
  - - ">="
71
52
  - !ruby/object:Gem::Version
72
- hash: 3
73
- segments:
74
- - 0
75
53
  version: "0"
76
- type: :runtime
77
- version_requirements: *id004
54
+ version:
78
55
  description: Testability Driver test runner
79
56
  email: no@mail.com
80
57
  executables:
@@ -87,78 +64,79 @@ extra_rdoc_files:
87
64
  files:
88
65
  - readme
89
66
  - rakefile
90
- - bin/sierra
91
67
  - bin/tdrunner
68
+ - bin/sierra
69
+ - lib/tdrunner_file_finder.rb
70
+ - lib/tdrunner_profile.rb
71
+ - lib/tdrunner_cucumber_runners.rb
92
72
  - lib/tdrunner.rb
93
- - lib/tdrunner.yml
94
73
  - lib/tdrunner_command_tool.rb
95
- - lib/tdrunner_cucumber.rb
96
- - lib/tdrunner_cucumber_runners.rb
97
- - lib/tdrunner_file_finder.rb
74
+ - lib/tdrunner.yml
98
75
  - lib/tdrunner_monitor.rb
99
- - lib/tdrunner_profile.rb
76
+ - lib/tdrunner_cucumber.rb
100
77
  - lib/tdrunner_test_unit.rb
101
- - websi/app/controllers/application_controller.rb
102
- - websi/app/controllers/report_editor/test_run/cases_controller.rb
103
- - websi/app/controllers/report_editor_controller.rb
104
- - websi/app/controllers/websi_controller.rb
105
- - websi/app/controllers/websi_script.rb
106
- - websi/app/controllers/websi_support.rb
107
- - websi/app/helpers/application_helper.rb
108
- - websi/app/helpers/report_editor/report_editor_helper.rb
109
- - websi/app/helpers/report_editor/test_run/cases_helper.rb
110
- - websi/app/helpers/websi_helper.rb
111
- - websi/app/views/layouts/application.rhtml
112
- - websi/app/views/websi/execution.html.erb
113
- - websi/app/views/websi/index.html.erb
114
- - websi/app/views/websi/profile.html.erb
115
- - websi/app/views/websi/results.html.erb
116
- - websi/app/views/websi/tests.html.erb
117
- - websi/app/views/websi/weights.html.erb
118
- - websi/config/boot.rb
119
- - websi/config/database.yml
120
- - websi/config/environment.rb
78
+ - websi/script/about
79
+ - websi/script/performance/benchmarker
80
+ - websi/script/performance/profiler
81
+ - websi/script/console
82
+ - websi/script/destroy
83
+ - websi/script/generate
84
+ - websi/script/runner
85
+ - websi/script/plugin
86
+ - websi/script/server
87
+ - websi/script/dbconsole
88
+ - websi/log/server.log
89
+ - websi/log/development.log
90
+ - websi/log/production.log
91
+ - websi/log/test.log
121
92
  - websi/config/environments/development.rb
122
93
  - websi/config/environments/production.rb
123
94
  - websi/config/environments/test.rb
124
- - websi/config/initializers/backtrace_silencers.rb
95
+ - websi/config/routes.rb
96
+ - websi/config/boot.rb
97
+ - websi/config/database.yml
98
+ - websi/config/environment.rb
99
+ - websi/config/locales/en.yml
125
100
  - websi/config/initializers/inflections.rb
126
101
  - websi/config/initializers/mime_types.rb
127
102
  - websi/config/initializers/new_rails_defaults.rb
103
+ - websi/config/initializers/backtrace_silencers.rb
128
104
  - websi/config/initializers/session_store.rb
129
- - websi/config/locales/en.yml
130
- - websi/config/routes.rb
131
105
  - websi/db/development.sqlite3
132
106
  - websi/db/seeds.rb
133
- - websi/doc/README_FOR_APP
134
- - websi/log/development.log
135
- - websi/log/production.log
136
- - websi/log/server.log
137
- - websi/log/test.log
107
+ - websi/README
108
+ - websi/public/stylesheets/tdriver_report_style.css
138
109
  - websi/public/report_editor/test_run/_index.html
139
110
  - websi/public/robots.txt
140
- - websi/public/stylesheets/tdriver_report_style.css
141
- - websi/public/tests/config/web_profile.sip
142
111
  - websi/public/tests/example_profile.sip
143
- - websi/public/tests/tdrunner.yml
112
+ - websi/public/tests/config/web_profile.sip
144
113
  - websi/public/tests/websi_parameters.xml
114
+ - websi/public/tests/tdrunner.yml
145
115
  - websi/public/tests/web_profile.sip
146
- - websi/Rakefile
147
- - websi/README
148
- - websi/script/about
149
- - websi/script/console
150
- - websi/script/dbconsole
151
- - websi/script/destroy
152
- - websi/script/generate
153
- - websi/script/performance/benchmarker
154
- - websi/script/performance/profiler
155
- - websi/script/plugin
156
- - websi/script/runner
157
- - websi/script/server
158
- - websi/test/functional/websi_controller_test.rb
116
+ - websi/app/views/websi/results.html.erb
117
+ - websi/app/views/websi/profile.html.erb
118
+ - websi/app/views/websi/tests.html.erb
119
+ - websi/app/views/websi/weights.html.erb
120
+ - websi/app/views/websi/execution.html.erb
121
+ - websi/app/views/websi/index.html.erb
122
+ - websi/app/views/layouts/application.rhtml
123
+ - websi/app/controllers/websi_controller.rb
124
+ - websi/app/controllers/application_controller.rb
125
+ - websi/app/controllers/report_editor/test_run/cases_controller.rb
126
+ - websi/app/controllers/report_editor_controller.rb
127
+ - websi/app/controllers/websi_support.rb
128
+ - websi/app/controllers/websi_script.rb
129
+ - websi/app/helpers/websi_helper.rb
130
+ - websi/app/helpers/report_editor/test_run/cases_helper.rb
131
+ - websi/app/helpers/report_editor/report_editor_helper.rb
132
+ - websi/app/helpers/application_helper.rb
159
133
  - websi/test/performance/browsing_test.rb
160
134
  - websi/test/test_helper.rb
135
+ - websi/test/functional/websi_controller_test.rb
161
136
  - websi/test/unit/helpers/websi_helper_test.rb
137
+ - websi/Rakefile
138
+ - websi/doc/README_FOR_APP
139
+ has_rdoc: true
162
140
  homepage:
163
141
  licenses: []
164
142
 
@@ -168,27 +146,21 @@ rdoc_options: []
168
146
  require_paths:
169
147
  - lib
170
148
  required_ruby_version: !ruby/object:Gem::Requirement
171
- none: false
172
149
  requirements:
173
150
  - - ">="
174
151
  - !ruby/object:Gem::Version
175
- hash: 3
176
- segments:
177
- - 0
178
152
  version: "0"
153
+ version:
179
154
  required_rubygems_version: !ruby/object:Gem::Requirement
180
- none: false
181
155
  requirements:
182
156
  - - ">="
183
157
  - !ruby/object:Gem::Version
184
- hash: 3
185
- segments:
186
- - 0
187
158
  version: "0"
159
+ version:
188
160
  requirements: []
189
161
 
190
162
  rubyforge_project:
191
- rubygems_version: 1.7.2
163
+ rubygems_version: 1.3.5
192
164
  signing_key:
193
165
  specification_version: 3
194
166
  summary: Testability Driver test runner