https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21467

--- Comment #34 from Katrin Fischer <[email protected]> ---
QA tools are green, but there is a problem with the tests. I will continue
testing, hoping for a quick follow-up:

kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ prove
t/db_dependent/Acquisition.t
t/db_dependent/Acquisition.t .. 70/71 DBD::mysql::db do failed: Out of range
value for column 'tax_value_on_ordering' at row 1 [for Statement "
            UPDATE aqorders
            SET
                tax_value_on_ordering = quantity * ecost_tax_excluded *
tax_rate_on_ordering,
                tax_value_on_receiving = quantity * unitprice_tax_excluded *
tax_rate_on_receiving
            WHERE ordernumber = ?
        "] at /home/vagrant/kohaclone/C4/Acquisition.pm line 1484.
    # No tests run!
t/db_dependent/Acquisition.t .. 71/71 
#   Failed test 'No tests run for subtest "ModReceiveOrder and subscription"'
#   at t/db_dependent/Acquisition.t line 748.
DBD::mysql::db do failed: Out of range value for column 'tax_value_on_ordering'
at row 1 [for Statement "
            UPDATE aqorders
            SET
                tax_value_on_ordering = quantity * ecost_tax_excluded *
tax_rate_on_ordering,
                tax_value_on_receiving = quantity * unitprice_tax_excluded *
tax_rate_on_receiving
            WHERE ordernumber = ?
        "] at /home/vagrant/kohaclone/C4/Acquisition.pm line 1484.
# Looks like your test exited with 255 just after 71.
t/db_dependent/Acquisition.t .. Dubious, test returned 255 (wstat 65280,
0xff00)
Failed 1/71 subtests 

Test Summary Report
-------------------
t/db_dependent/Acquisition.t (Wstat: 65280 Tests: 71 Failed: 1)
  Failed test:  71
  Non-zero exit status: 255

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to