Actions
Defect #9751
closedcan't open issue list page and setting page on Ruby 1.8.6
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Ruby support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Tests fail on Ruby 1.8.6.
47) Error:
test_public_query_should_be_available_to_other_users(IssuesControllerTest):
ArgumentError: wrong number of arguments (0 for 1)
app/models/query.rb:366:in `index'
app/models/query.rb:366:in `available_columns'
app/models/query.rb:393:in `sortable_columns'
app/controllers/issues_controller.rb:68:in `index'
test/functional/issues_controller_test.rb:299:in `test_public_query_should_be_available_to_other_users'
Related issues
Actions