Re: Mapping test cases to bug databases

2004-07-07 Thread Michael G Schwern
On Mon, May 24, 2004 at 02:55:34PM +1000, Andrew Savige wrote: > Suppose I fix a bug with a unique bug ID in a bug tracking system. > I start by dutifully adding 15 new asserts, say, to an existing unit > test program, to duplicate the bug before I fix it. What if I later > want some way to map the

Re: Mapping test cases to bug databases

2004-05-23 Thread H.Merijn Brand
On Mon 24 May 2004 06:55, Andrew Savige <[EMAIL PROTECTED]> wrote: > Suppose I fix a bug with a unique bug ID in a bug tracking system. > I start by dutifully adding 15 new asserts, say, to an existing unit > test program, to duplicate the bug before I fix it. What if I later > want some way to map

Mapping test cases to bug databases

2004-05-23 Thread Andrew Savige
Suppose I fix a bug with a unique bug ID in a bug tracking system. I start by dutifully adding 15 new asserts, say, to an existing unit test program, to duplicate the bug before I fix it. What if I later want some way to map the bug ID back to the these 15 new asserts? Should I somehow assign uniqu