Sam Tregar wrote:
>
> On Wed, 26 Jul 2000, Dave Paris wrote:
>
> > A patch test should do a minimum of two things:
> > (a) prove the existance of the problem *before* the patch.
>
> If the patch solves a problem (versus adding a feature), this is true.
just to be consistent, a test to prove th
On Wed, 26 Jul 2000, Dave Paris wrote:
> A patch test should do a minimum of two things:
> (a) prove the existance of the problem *before* the patch.
If the patch solves a problem (versus adding a feature), this is true.
> (b) prove the problem has been fixed *after* the patch - without
> break
Michael G Schwern wrote:
>
> In One Sentence
> ---
>
> All patches to perl must have an associated testing patch.
[...]
A patch test should do a minimum of two things:
(a) prove the existance of the problem *before* the patch.
(b) prove the problem has been fixed *after* the patch