Actions
Defect #36461
closedI18nTest#test_custom_pluralization_rules randomly fails
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The test will be always failed if the following conditions are met:
- using trunk(r21372)
- Run the test specified a seed value(
TESTOPTS="--seed 46869"
)
% RAILS_ENV=test bundle exec rake db:migrate:reset % RAILS_ENV=test bundle exec rake test TESTOPTS="--seed 46869" (Test LDAP server not configured) Bazaar non ASCII output test cannot run on this environment. Encoding.locale_charmap: UTF-8 Skipping LDAP tests. Run options: --seed 46869 # Running: .................F Failure: Redmine::I18nTest#test_custom_pluralization_rules [test/unit/lib/redmine/i18n_test.rb:262]: Expected: "one or none" Actual: "more than one" rails test test/unit/lib/redmine/i18n_test.rb:259
Files
Related issues
Actions