https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20767 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com --- Comment #3 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Victor Grousset/tuxayo from comment #2)
(In reply to Jonathan Druart from comment #0)
When a method is not allowed yet (not covered by tests)
Is this about automated tests? Then what does this has to do when executing the method? Is this a way to make people to write tests?
It seems that there can be other causes to this error, is that correct?
I also heard that this had to do with the mapping with de DB columns being done or not. So, I'm confused ^^"
We can get this error when we try to use a new column and Koha::Schema was not updated. So, the message should probably be "This method does not exist" rather than "not covered by tests". -- You are receiving this mail because: You are watching all bug changes.