Re: [spam score 3.20/10.0 -pobox] Re: Patch testing thoughts

2000-07-26 Thread Dave Paris
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

Re: Patch testing thoughts

2000-07-26 Thread Sam Tregar
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

Patch testing thoughts

2000-07-26 Thread Dave Paris
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