546
edits
(whiteboard) |
|||
Line 4: | Line 4: | ||
=== in-testsuite === | === in-testsuite === | ||
The "<code>in-testsuite+</code>" flag means that a bug has a test and the test is in an automated test suite. The "<code>in-testsuite?</code>" flag means that a bug may have a test associated with it but that it needs to be evaluated for either correctness or for integration with the automated harnesses. The "<code>in-testsuite-</code>" | The "<code>in-testsuite+</code>" flag means that a bug has a test and the test is in an automated test suite. The "<code>in-testsuite?</code>" flag means that a bug may have a test associated with it but that it needs to be evaluated for either correctness or for integration with the automated harnesses. It may also mean that a test needs to be written for the bug. | ||
The "<code>in-testsuite-</code>" means that a bug doesn't need a test (code cleanup, etc). | |||
<i>If this explanation is not correct, please edit and/or discuss in mozilla.dev.quality newsgroup.</i> | <i>If this explanation is not correct, please edit and/or discuss in mozilla.dev.quality newsgroup.</i> | ||
edits