https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31946
Bug ID: 31946
Summary: Wrong permission bit in tests
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Test Suite
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Depends on: 22343, 26274
t/db_dependent/api/v1/cashups.t: value => { flags => 25**2 } #
cash_management flag = 25
t/db_dependent/api/v1/cashups.t: value => { flags => 25**2 } #
cash_management flag = 25
t/db_dependent/api/v1/smtp_servers.t: value => { flags => 3**2 }
# parameters flag = 3
t/db_dependent/api/v1/smtp_servers.t: value => { flags => 3**2 }
# parameters flag = 3
t/db_dependent/api/v1/smtp_servers.t: value => { flags => 3**2 }
# parameters flag = 3
t/db_dependent/api/v1/smtp_servers.t: value => { flags => 3**2 }
# parameters flag = 3
t/db_dependent/api/v1/smtp_servers.t: value => { flags => 3**2 }
# parameters flag = 3
Must be 2**25 and 2**3
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22343
[Bug 22343] Add configuration options for SMTP servers
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26274
[Bug 26274] Expose cash register cashup summaries via an API route.
--
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/