https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #21 from Jonathan Druart <[email protected]> --- t/db_dependent/Koha/Object.t .. 9/21 # Failed test 'Given a string, a timestamp field is converted into a DateTime object' # at t/db_dependent/Koha/Object.t line 514. # got: '' # expected: 'DateTime' # Failed test 'Given a string, a datetime field is converted into a DateTime object' # at t/db_dependent/Koha/Object.t line 528. # got: '' # expected: 'DateTime' # Failed test 'Given a string, a date field is converted into a DateTime object' # at t/db_dependent/Koha/Object.t line 542. # got: '' # expected: 'DateTime' # Looks like you failed 3 tests of 12. # Failed test 'attributes_from_api() tests' # at t/db_dependent/Koha/Object.t line 576. Tests added by commit badbd7d85913749e33d9bdba397dc79836080719 Bug 23893: Catch dt_from_string exceptions Looks like we should remove the tests, do you have something else to suggest? -- 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/
