Actions
Testing #98
closedFailing tests with Redmine default test - 2) Failure
Start date:
01/07/2021
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
Running bundle exec rake test
when Redmine DMSF is installed causes two tests to fail:
1) Failure:
CustomFieldsHelperTest#test_select_type_radio_buttons [/home/liane/redmine/test/helpers/custom_fields_helper_test.rb:101]:
Expected exactly 10 elements matching "input[type="radio"]", found 11..
Expected: 10
Actual: 11
2) Failure:
ProjectCopyTest#test_copy_should_return_false_if_save_fails [/home/liane/redmine/test/unit/project_copy_test.rb:54]:
Expected: false
Actual: nil
4626 runs, 19627 assertions, 2 failures, 0 errors, 7 skips
Updated by liaham about 4 years ago
- Failure
Refers to Custom Fields. That is, a redmine_dmsf custom field raises the counter.
- Failure
Refers to Project#copy which is overwritten and doesn't return a false if saving is unsucessful.
Updated by liaham about 4 years ago
- Subject changed from Two failing tests with Redmin default test to Failing tests with Redmin default test
Updated by liaham about 4 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Fixes the second failed test.
Updated by liaham about 4 years ago
- Subject changed from Failing tests with Redmin default test to Failing tests with Redmine default test
Updated by liaham about 4 years ago
- Copied to Testing #175: Failing tests with Redmine default test - 1) Failure added
Updated by liaham about 4 years ago
- Subject changed from Failing tests with Redmine default test to Failing tests with Redmine default test - 2) Failure
- Status changed from In Progress to Feedback
- % Done changed from 50 to 90
Updated by liaham about 4 years ago
- Status changed from Feedback to Closed
- % Done changed from 90 to 100
Actions