Re: Bug Tracking
[email protected] ("Tony Payne") Fri, 4 Aug 2000 07:23:10 -0700
| Newsgroups | perl.bugmongers,perl.qa |
|---|---|
| Message-ID | <[email protected]> |
> Do tests go against bugs, or do they go against patches, or do they go against
> versions, or what etc?
I think tests can be against any of these. Maybe something like this:
.----------. .----------.
| test | | bug_test |
|----------| |----------|
| test_id +----.-----+ bug_id |
| text | | | test_id |
| comment | | `----------'
| ... | | .------------.
`----------' | | patch_test |
`-----+------------|
| patch_id |
| test_id |
`------------'
etc.
++t