https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7997
Bug ID: 7997
Summary: Test failures indicate problems in tests that need
cleanup
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: All
OS: All
Status: NEW
Severity: blocker
Priority: P2
Component: Regression Tests
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
Some test failures that only occur when running without the full contents of
trunk/rules have revealed a number of problems and weaknesses in tests. For
example, t/rule_multiple.t contains test patterns
q{ META_BODY_RULE }
q{ META_BODY_RULE_MAX }
Resulting in these actual regex
\s*META_BODY_RULE\s*
\s*META_BODY_RULE_MAX\s*
which both match the string META_BODY_RULE_MAX
All the tests that have similar problems should be fixed even if they are not
currently failing, and SATest.pm should be changed to make it less likely that
tests will be written with these faults.
--
You are receiving this mail because:
You are the assignee for the bug.