Bug 31946 - Wrong permission bit in tests
Summary: Wrong permission bit in tests
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on: 22343 26274
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-24 12:25 UTC by Jonathan Druart
Modified: 2022-10-24 12:25 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2022-10-24 12:25:59 UTC
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