https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20767
Julian Maurice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Julian Maurice <[email protected]> --- (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. _______________________________________________ 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/
