Posted by salvis on November 12, 2010 at 7:36am
1 follower
| Project: | Test driven development infrastructure |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
In #968044: devel_switch_user_list passes array to check_plain someone posted a patch against Devel 7.x-1.0-beta2, which is four months old, but the testbot apparently tested the patch against the tagged version and marked it PASSED.
Shouldn't the testbot always test against the tip of the branch, i.e. 7.x-1.x-dev in this case? After all, that's where the patch would be applied and nowhere else.
If it had tested against 7.x-1.x-dev, it would have found out that the patch doesn't apply (because the but was fixed three months ago).
The testbot isn't as useful as it could be, if it doesn't test against the tip of the branch.