Actions
Patch #43289
closedIncorrect comments_count value in News fixture for news_001
Description
In the test fixture news.yml, the news_001 record defines comments_count: 1, but there are actually two related `Comment` records for this news item. Since this is confusing when testing Redmine, the comments_count value should be updated to 2 to match the number of associated comments.


Files
Updated by Go MAEDA about 2 months ago
- File fix-news-comments_count-v2.patch added
Updated the test to use assert_difference instead of asserting specific count values.
Updated by Go MAEDA about 2 months ago
- File fix-news-comments_count-v2.patch added
- File deleted (
fix-news-comments_count-v2.patch)
Updated by Go MAEDA about 2 months ago
- File fix-news-comments_count-v2.patch fix-news-comments_count-v2.patch added
- File deleted (
fix-news-comments_count-v2.patch)
Updated by Go MAEDA about 2 months ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the fix in r24028.
Updated by Go MAEDA about 1 month ago
- Target version changed from Candidate for next major release to 7.0.0
Actions