Actions
Testing #175
closedFailing tests with Redmine default test - 1) 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
- Copied from Testing #98: Failing tests with Redmine default test - 2) Failure added
Updated by liaham over 3 years ago
- Target version changed from Pull Requests to unplanned
Updated by liaham almost 3 years ago
- Status changed from New to Closed
- Target version changed from unplanned to unreleased
- % Done changed from 0 to 100
The first failing test is fixed in project:xmera-omnia-operations #960.
The second failing test is fixed in https://github.com/danmunn/redmine_dmsf/pull/1211 more than one year ago.
Updated by liaham almost 3 years ago
- Target version changed from unreleased to 2.4.11-xmr-2
Actions