After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 129964 - SCORE_MEDIUM Test Off By One
SCORE_MEDIUM Test Off By One
Status: RESOLVED DUPLICATE of bug 128428
Product: Pan
Classification: Other
Component: general
0.14.2.90
Other other
: Normal normal
: ---
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2003-12-24 20:08 UTC by mchase
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix invalid test for SCORE_MEDIUM (688 bytes, patch)
2003-12-24 20:09 UTC, mchase
none Details | Review

Description mchase 2003-12-24 20:08:07 UTC
The SCORE_MEDIUM test in pan/filters/filter-score.c uses "<= 5000" instead 
of "< 5000".  This causes a score of 5000 to be treated as medium intead of 
high as given in the scoring "Pan Preferences" dialog box.
Comment 1 mchase 2003-12-24 20:09:04 UTC
Created attachment 22692 [details] [review]
Fix invalid test for SCORE_MEDIUM
Comment 2 Charles Kerr 2003-12-24 20:09:52 UTC

*** This bug has been marked as a duplicate of 128428 ***