Actions
Patch #34976
closedAdd missing fixtures to TimeEntryCustomFieldTest
Description
The test fails randomly due to missing fixtures.
$ bin/rails db:reset RAILS_ENV=test $ bin/rails test test/unit/time_entry_custom_field_test.rb:49 Run options: --seed 42338 # Running: F Failure: TimeEntryCustomFieldTest#test_safe_attributes_should_include_only_custom_fields_visible_to_user [/Users/maeda/redmines/redmine-trunk/test/unit/time_entry_custom_field_test.rb:64]: Expected: "value1" Actual: nil bin/rails test test/unit/time_entry_custom_field_test.rb:49
Files
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version set to 5.0.0
Committed the patch.
Actions