Hi <br><br> First, I found this link useful <a href="http://lists.katipo.co.nz/public/koha/2001/004578.html">http://lists.katipo.co.nz/public/koha/2001/004578.html</a> for error about 't/Circulation_barcodedecode....DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist'<br>
Anyway, I still can not get 'make test'. I got this problem:<br><br>$ make test<br>PERL_DL_NONLAZY=1 KOHA_CONF=blib/KOHA_CONF_DIR/koha-conf.xml /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/PERL_MODULE_DIR', 'blib/arch')" t/*.t<br>
t/Amazon.......................ok <br>t/Barcodes_PrinterConfig.......ok <br>t/Bookfund.....................ok <br>
t/Bookseller...................ok <br>t/Boolean......................ok <br>t/Branch.......................ok <br>
t/Calendar.....................ok <br>t/Charset......................ok <br>t/Circulation_barcodedecode....ok <br>
t/Dates........................ok 1/126# <br># In order to run without DB access, this test will substitute 'us'<br># as your default date format. Export environmental variable KOHA_TEST_DATE_FORMAT<br>
# to override this default, or pass the value as an argument to this test script.<br># <br># NOTE: we test for the system handling dd=00 and 00 for TIME values,<br># therefore you *should* see some warnings 'Illegal date specified' related to those.<br>
# <br># Testing Legacy Functions: format_date and format_date_in_iso<br># <br>Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 58<br>Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 61<br>
# <br># Testing 4 formats.<br># Testing no input (defaults):<br># <br># Testing with valid inputs:<br>Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 80<br>Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 80<br>
Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 80<br>Illegal date specified (year = 1952, month = 1, day = 00) at t/Dates.t line 80<br># <br># Testing object independence from class<br># done.<br>
# Looks like you planned 126 tests but ran 9 extra.<br>t/Dates........................dubious <br> Test returned status 255 (wstat 65280, 0xff00)<br>DIED. FAILED tests 127-135<br> Failed 9/126 tests, 92.86% okay<br>
t/Debug........................# BEFORE use: $debug is not defined<br># BEFORE use: $cgi_debug is not defined<br>t/Debug........................ok 1/3# AFTER use: $debug is 0 <br># AFTER use: $cgi_debug is 0<br>
# Done.<br>t/Debug........................ok <br>t/dummy........................ok <br>t/Input........................ok <br>
t/Koha.........................ok <br>t/Languages....................ok <br>t/Maintainance.................ok <br>
t/Output.......................ok <br>t/Record.......................ok <br>t/Review.......................ok <br>
t/Scrubber.....................ok 1/10# Note: scrubber test output will have whitespace collapsed for readability<br># done.<br>t/Scrubber.....................ok <br>t/Stats........................ok <br>
Failed Test Stat Wstat Total Fail Failed List of Failed<br>-------------------------------------------------------------------------------<br>t/Dates.t 255 65280 126 9 7.14% 127-135<br>Failed 1/21 test scripts, 95.24% okay. -9/189 subtests failed, 104.76% okay.<br>
make: *** [test_dynamic] Error 255<br><br>Thank you<br>