[Koha-bugs] [Bug 31946] New: Wrong permission bit in tests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 24 14:25:59 CEST 2022


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: chris at bigballofwax.co.nz
          Reporter: jonathan.druart+koha at gmail.com
        QA Contact: testopia at bugs.koha-community.org
        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.


More information about the Koha-bugs mailing list