https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18086 --- Comment #59 from Victor Grousset/tuxayo <victor@tuxayo.net> --- errata:
In the test plan, after updatedatabase, it's missing to run `dbic` (refresh schema). Without that, the ORM is out of sync with the DB so your changes are not effective in the objects. Here, the FK should create relationships between libraries and an overdue rules.
It's not missing, it's there ^^" «Update DBIx classes»
Hi ! I don't get your point, tests 4-12 are supposed to test GetOverdueMessageTransportTypes and 13-17 are testing GetBranchcodesWithOverdueRules, am I missing something ?
I get it, I just switched back to the patches as they were in my 1st testing and the failure was already there but it managed to do some tests so Devel::Cover was able to output it's long report at the end which hid the failure messages. With the current patches, it's just that this time I noticed the error and didn't let the tests finish. -- You are receiving this mail because: You are watching all bug changes.