You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Justin Mason <jm...@jmason.org> on 2004/11/06 01:46:23 UTC

test failing in "trunk"

t/plugin_file...............plugin: failed to load plugin /home/jm/ftp/sa/trunk/t/../../data/testplugin.pm: No such file or directory
plugin: failed to create instance of plugin myTestPlugin: Can't locate object method "new" via package "myTestPlugin" (perhaps you forgot to load "myTestPlugin"?) at(eval 32) line 1.

t/plugin_file...............ok 2/6      Not found: plugin_called =  MY_TEST_PLUGIN
t/plugin_file...............NOK 3# Failed test 3 in t/SATest.pm at line 530
        Not found: test_called =  myTestPlugin eval test called
t/plugin_file...............NOK 4# Failed test 4 in t/SATest.pm at line 530 fail #2
        Not found: registered =  registered myTestPlugin
t/plugin_file...............NOK 5# Failed test 5 in t/SATest.pm at line 530 fail #3
t/plugin_file...............FAILED tests 3-5
        Failed 3/6 tests, 50.00% okay


did anyone change the plugin-loading code recently?  anything to do with
Conf file paths?  it seems unable to find that test plugin, which is a
regression from 3.0.0.  I can't see what changed...

--j.