Bug 1535 - Use of uninitialised value in EvalTests.pm line 299
Summary: Use of uninitialised value in EvalTests.pm line 299
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (Eval Tests) (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: PC Linux
: P5 normal
Target Milestone: 2.60
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-23 04:43 UTC by Graham Murray
Modified: 2003-02-22 21:09 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Graham Murray 2003-02-23 04:43:50 UTC
During make test, multiple messages "Use of uninitialized value in numeric gt
(>) at ../blib/lib/Mail/SpamAssassin/EvalTests.pm line 299."
Comment 1 Daniel Quinlan 2003-02-23 06:09:00 UTC
Fixed.  I missed this mistake in my testing because sometimes tests are run
in a slightly different order and the error would only happen if that function
(of the two related tests) was run first instead of second.  The rule sort is
stable, it probably means we're running SpamAssassin differently.  Anyway, fixed.