https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23825
Bug ID: 23825
Summary: Object.t is failing - Exception not caught
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: Test Suite
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Something weird here:
kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ prove
t/db_dependent/Koha/Object.t
t/db_dependent/Koha/Object.t .. 3/11
# Failed test 'Exception thrown correctly'
# at t/db_dependent/Koha/Object.t line 359.
# expecting: Koha::Exceptions::Object::BadValue
# found: DBIx::Class::Exception
(DBIx::Class::Storage::DBI::_dbh_execute(): Incorrect datetime value:
'wrong_value' for column `koha_kohadev`.`borrowers`.`lastseen` at row 1 at
/home/vagrant/kohaclone/Koha/Object.pm line 156
# )
# Looks like you failed 1 test of 1.
# Failed test 'Bad value tests'
# at t/db_dependent/Koha/Object.t line 363.
# Looks like you failed 1 test of 16.
Not on Jenkins
It's the following exception's message that is not caught correctly by the
regex:
DBIx::Class::Storage::DBI::_dbh_execute(): Incorrect datetime value:
'wrong_value' for column `koha_kohadev`.`borrowers`.`lastseen` at row 1 at
/home/vagrant/kohaclone/Koha/Object.pm line 156
Note the backticks.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/