[Koha-devel] make test fails on BackgroundJob.t

Chris Nighswonger cnighswonger at foundations.edu
Fri Jan 28 14:20:36 CET 2011


 Hi Koustubha,

On Fri, Jan 28, 2011 at 4:41 AM, Koustubha Kale <kmkale at anantcorp.com>wrote:

> Hi All,
> I am doing a dev install with a fresh git clone on a new machine.
> make test fails with following..
>
>
<snip>


> Looking back on the make test output I see
>
> t/BackgroundJob.t ................... DBD::mysql::db selectrow_array
> failed: Table 'kohadev.systempreferences' doesn't exist at
> /home/kk/kohaclone/blib/PERL_MODULE_DIR/C4/Context.pm line 480.
>

This is because the db is not yet populated and so does not have a
systempreferences table.

This test should be moved to the db_dependent subdir so that it is not
executed by default.

Kind Regards,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-devel/attachments/20110128/be8bbee7/attachment.htm>


More information about the Koha-devel mailing list