[Koha-bugs] [Bug 32678] New: Add new line in authorized values tests in search_for_data_inconsistencies.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 19 08:12:12 CET 2023


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

            Bug ID: 32678
           Summary: Add new line in authorized values tests in
                    search_for_data_inconsistencies.pl
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

In search_for_data_inconsistencies.pl, the test for authorized values is a list
in one line :
        * The Framework *VR* is using the authorised value's category *LOC*,
but the following items.location do not have a value defined ({itemnumber =>
value }):
 {94 => AV} {95 => AV} {96 => AV} {97 => AV} {98 => AV} {99 => AV} {100 => AV}
{101 => AV} {102 => AV} {103 => AV}

It would be more clear with new lines, especially for scripts (grep, awk ...) :
        * The Framework *VR* is using the authorised value's category *LOC*,
but the following items.location do not have a value defined ({itemnumber =>
value }):
 {94 => AV}
 {95 => AV}
 {96 => AV}
 {97 => AV}
 {98 => AV}
 {99 => AV}
 {100 => AV}
 {101 => AV}
 {102 => AV}
 {103 => AV}

-- 
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