https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015
--- Comment #136 from Josef Moravec <[email protected]> --- (In reply to David Bourgault from comment #135) > Forgot to mention : t/db_dependent/TestBuilder.t does fail with error > message "Unknown type time for open_hour in DiscreteCalendar at > /inlibro/git/koha-master-dev-inlibro/t/lib/TestBuilder.pm line 341." > > I'm not sure what to do with this. Isn't 'time' a standard datatype for all > SQL implementations? > > Advice welcome. It is because test builder does not know the data type "time", look into t/lib/TestBuilder.pm line 358 (sub _gen_type) -- 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/
