https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21756 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #64 from Josef Moravec <josef.moravec@gmail.com> --- Sorry, still not perfect... t/db_dependent/Koha/Patrons.t .......................... 12/33 DBD::mysql::st execute failed: Data too long for column 'type' at row 1 [for Statement "INSERT INTO `account_offsets` ( `amount`, `debit_id`, `type`) VALUES ( ?, ?, ? )" with ParamValues: 0=5.000000, 1='408', 2='Account Management Fee'] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836. # No tests run! # Failed test 'No tests run for subtest "add_enrolment_fee_if_needed"' # at t/db_dependent/Koha/Patrons.t line 473. DBIx::Class::Storage::DBI::_dbh_execute(): Data too long for column 'type' at row 1 at /home/vagrant/kohaclone/Koha/Object.pm line 155 # Looks like your test exited with 255 just after 14. 'type' is of type VARCHAR (16), so 'Account Management Fee' is too long here also one type here: FAIL t/db_dependent/Accounts.t FAIL spelling recieved ==> received -- You are receiving this mail because: You are watching all bug changes.