Defect #11533
rake redmine:plugins:test doesn't run tests in subdirectories
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Plugin API | |||
Target version: | 2.0.4 | |||
Resolution: | Fixed | Affected version: |
Description
Everything is in the title : the old rake tasks with rails 2.3's engine plugin used to run test even in subdirectories of test/unit, test/functional and test/integration of each plugin. The core tasks also do that. The new custom rake tasks for plugins don't, which can lead to tests not being run (and it took me a while to realize that). I'll fix that asap.
Associated revisions
Fixed rake redmine:plugins:test:* not running some tests in subdirectories (#11533)
History
#1
Updated by Jean-Baptiste Barth over 8 years ago
- Status changed from 7 to Resolved
Fixed in r10135.
Jean-Philippe, Etienne, or Toshi: I let you merge that in a stable branch when you think it's appropriate.
#2
Updated by Etienne Massip over 8 years ago
- Target version changed from Candidate for next minor release to 2.0.4
- Resolution set to Fixed
#3
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from Resolved to Closed
Merged with r9738 that adds the rake tasks in 2.0-stable.