|
From: <jgr...@us...> - 2003-09-09 05:05:54
|
Update of /cvsroot/popfile/engine/tests/languages In directory sc8-pr-cvs1:/tmp/cvs-serv27342/tests/languages Modified Files: English.msg Log Message: English.msg: Fixed a message that had no trailing </font> and would produce incorrect HTML. HTML.pm: Further work on the performance of the loading and organizing of the history from disk. Start up is now much faster when messages have previously been cached to disk. Removal of old files is delayed until a TICKD event. Removed various lines of dead/legacy code revealed by the test suite. Changed the various checkboxes that are used for history deletion from all being called remove to having individual names, this makes them easier to test. Removed the code for invalidating the history cache, this is no longer needed because the progressive history update does away with the need to go looking on disk for changes except for at startup. Bayes.pm: Make QuickMagnets work again. Change cutoff for unsure messages to 0.4. Add some close statements to the matrix loader which were missing. TestModule.tst: Initialize the logger to prevent a Perl warning. TestConfiguration.tst: Fix tests that break with ActivePerl because sort is returning values in a different order. TestProxy.pm: Started working with ActivePerl for the test suite and discovered that it considers 0 to be a valid port number so use the port number -1 for bad port number tests. TestHTTP.pm: Started working with ActivePerl for the test suite and discovered that it considers 0 to be a valid port number so use the port number -1 for bad port number tests. TestHTML.tst/TestHTML.script: Tests for QuickMagnets, reclassification, message deletion, reading of ICO, GIF, PNG, LOG, HTML and CSS files, tests for the disk caching of history data, archiving of history files. Additional safety code in the test runner to spot bad scripts or return codes from HTTP requests. New code to follow redirects on form submission. TestHTML.tst now covers 97% of HTML.pm's code. Remaining tests needed are for the display of magnetized mails. TestMailParse009.wrd/TestMailParse023.wrd: Update words list since we now correctly add the domain name from within an img src tag. Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/tests/languages/English.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** English.msg 20 Aug 2003 03:09:04 -0000 1.1 --- English.msg 8 Sep 2003 18:03:58 -0000 1.2 *************** *** 161,165 **** History_MagnetUsed Magnet used History_MagnetBecause <b>Magnet Used</b><p>Classified to <font color="%s">%s</font> because of magnet %s </p> ! History_ChangedTo Changed to <font color="%s">%s History_Already Reclassified as <font color="%s">%s</font> History_RemoveAll Remove All --- 161,165 ---- History_MagnetUsed Magnet used History_MagnetBecause <b>Magnet Used</b><p>Classified to <font color="%s">%s</font> because of magnet %s </p> ! History_ChangedTo Changed to <font color="%s">%s</font> History_Already Reclassified as <font color="%s">%s</font> History_RemoveAll Remove All |