Skip to content

Commit a9ff0bd

Browse files
committed
Ruby: accept changed test output
1 parent 865d0ca commit a9ff0bd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ruby/ql/test/library-tests/frameworks/ActionController.expected

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
actionControllerControllerClasses
22
| action_controller/input_access.rb:1:1:50:3 | UsersController |
3-
| action_controller/params_flow.rb:1:1:151:3 | MyController |
3+
| action_controller/params_flow.rb:1:1:160:3 | MyController |
44
| active_record/ActiveRecord.rb:23:1:39:3 | FooController |
55
| active_record/ActiveRecord.rb:41:1:64:3 | BarController |
66
| active_record/ActiveRecord.rb:66:1:98:3 | BazController |
@@ -47,6 +47,7 @@ actionControllerActionMethods
4747
| action_controller/params_flow.rb:125:3:132:5 | m30 |
4848
| action_controller/params_flow.rb:134:3:141:5 | m31 |
4949
| action_controller/params_flow.rb:143:3:150:5 | m32 |
50+
| action_controller/params_flow.rb:152:3:159:5 | m33 |
5051
| active_record/ActiveRecord.rb:27:3:38:5 | some_request_handler |
5152
| active_record/ActiveRecord.rb:42:3:47:5 | some_other_request_handler |
5253
| active_record/ActiveRecord.rb:49:3:63:5 | safe_paths |
@@ -117,6 +118,9 @@ paramsCalls
117118
| action_controller/params_flow.rb:144:10:144:15 | call to params |
118119
| action_controller/params_flow.rb:145:32:145:37 | call to params |
119120
| action_controller/params_flow.rb:148:22:148:27 | call to params |
121+
| action_controller/params_flow.rb:153:10:153:15 | call to params |
122+
| action_controller/params_flow.rb:154:32:154:37 | call to params |
123+
| action_controller/params_flow.rb:157:22:157:27 | call to params |
120124
| action_mailer/mailer.rb:3:10:3:15 | call to params |
121125
| active_record/ActiveRecord.rb:28:30:28:35 | call to params |
122126
| active_record/ActiveRecord.rb:29:29:29:34 | call to params |
@@ -192,6 +196,9 @@ paramsSources
192196
| action_controller/params_flow.rb:144:10:144:15 | call to params |
193197
| action_controller/params_flow.rb:145:32:145:37 | call to params |
194198
| action_controller/params_flow.rb:148:22:148:27 | call to params |
199+
| action_controller/params_flow.rb:153:10:153:15 | call to params |
200+
| action_controller/params_flow.rb:154:32:154:37 | call to params |
201+
| action_controller/params_flow.rb:157:22:157:27 | call to params |
195202
| action_mailer/mailer.rb:3:10:3:15 | call to params |
196203
| active_record/ActiveRecord.rb:28:30:28:35 | call to params |
197204
| active_record/ActiveRecord.rb:29:29:29:34 | call to params |
@@ -306,6 +313,9 @@ httpInputAccesses
306313
| action_controller/params_flow.rb:144:10:144:15 | call to params | ActionController::Metal#params |
307314
| action_controller/params_flow.rb:145:32:145:37 | call to params | ActionController::Metal#params |
308315
| action_controller/params_flow.rb:148:22:148:27 | call to params | ActionController::Metal#params |
316+
| action_controller/params_flow.rb:153:10:153:15 | call to params | ActionController::Metal#params |
317+
| action_controller/params_flow.rb:154:32:154:37 | call to params | ActionController::Metal#params |
318+
| action_controller/params_flow.rb:157:22:157:27 | call to params | ActionController::Metal#params |
309319
| action_mailer/mailer.rb:3:10:3:15 | call to params | ActionController::Metal#params |
310320
| active_record/ActiveRecord.rb:28:30:28:35 | call to params | ActionController::Metal#params |
311321
| active_record/ActiveRecord.rb:29:29:29:34 | call to params | ActionController::Metal#params |

0 commit comments

Comments
 (0)