[Koha-bugs] [Bug 19515] Refactor REST API session mocking to reduce code duplication

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 25 21:03:45 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19515

--- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
> - You are missing something that's important for testing: we need to be able
> to assign the patron specific permissions, something in the lines of:
> my $flags = ( $args->{authorized} ) ? 2**$args->{authorized} : 0;

About this, this has been wrong in all submitted tests. I've implemented it
correctly in bug 7317.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list