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

Tests fail on Redmine 3.1 #13

Open
thorsten-de opened this issue Jul 19, 2017 · 0 comments
Open

Tests fail on Redmine 3.1 #13

thorsten-de opened this issue Jul 19, 2017 · 0 comments

Comments

@thorsten-de
Copy link

config_test fails on Redmine 3.1 (as seen in my PR)

rake test TEST=plugins/redmine_amazon_s3/test/unit/config_test.rb
/var/lib/gems/2.3.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: key "inodot" is duplicated and overwritten on line 466
Run options: --seed 6051

Running:

.E.E.EE...

Finished in 0.008554s, 1169.0793 runs/s, 2688.8823 assertions/s.

  1. Error:
    ConfigurationTest#test_region_getter:
    NoMethodError: undefined method `split' for nil:NilClass

  2. Error:
    ConfigurationTest#test_access_key_id_getter:
    NoMethodError: undefined method `split' for nil:NilClass

  3. Error:
    ConfigurationTest#test_secret_access_key_getter:
    NoMethodError: undefined method `split' for nil:NilClass

  4. Error:
    ConfigurationTest#test_bucket_getter:
    NoMethodError: undefined method `split' for nil:NilClass

10 runs, 23 assertions, 0 failures, 4 errors, 0 skips

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

No branches or pull requests

1 participant