https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34978
--- Comment #42 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 184823 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184823&action=edit Bug 34978: Simplify tests logic Joining the plugin classes strings and then performing regex checks on it might be a bit fragile. I had hard time understanding the ands the conditions for truth. I rewrote it in a more intuitive way just using `none` and the tests are easy to understand and pass. The failure is probably because new plugins were added that make the resulting string not match the expected structure. The new new tests design is more readable anyway and not subject to this errors in future additions. Signed-off-by: Tomas Cohen Arazi <[email protected]> -- 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/
