Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test is failed with "NoMethodError: undefined method `issue_count_by_group'". #30

Closed
two-pack opened this issue Mar 12, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@two-pack
Copy link
Owner

The function of test code IssuesControllerTest#test_index_xlsx_with_group_by is failed with Redmine trunk.

See following Travis-CI log:
https://travis-ci.org/two-pack/redmine_xlsx_format_issue_exporter/jobs/210049475

  1) Error:
IssuesControllerTest#test_index_xlsx_with_group_by:
NoMethodError: undefined method `issue_count_by_group' for #<IssueQuery:0x000000047ee240>
    plugins/redmine_xlsx_format_issue_exporter/lib/issues_controller_patch.rb:42:in `index_with_xlsx'
    lib/redmine/sudo_mode.rb:63:in `sudo_mode'
    plugins/redmine_xlsx_format_issue_exporter/test/functional/issues_controller_test.rb:91:in `test_index_xlsx_with_group_by'
@two-pack two-pack added the bug label Mar 12, 2017
@two-pack two-pack added this to the 0.1.4 milestone Mar 12, 2017
@two-pack two-pack self-assigned this Mar 12, 2017
@two-pack
Copy link
Owner Author

Following commit of Redmine removed issue_count_by_group.
http://www.redmine.org/projects/redmine/repository/revisions/16387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant