Defect #28268 » fix_typo_in_test_name.patch
| test/functional/queries_controller_test.rb | ||
|---|---|---|
| 490 | 490 |
assert_response 404 |
| 491 | 491 |
end |
| 492 | 492 | |
| 493 |
def test_udpate_global_private_query
|
|
| 493 |
def test_update_global_private_query
|
|
| 494 | 494 |
@request.session[:user_id] = 3 |
| 495 | 495 |
put :update, :params => {
|
| 496 | 496 |
:id => 3, |