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

Nick Clemens <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #145706|0                           |1
        is obsolete|                            |

--- Comment #4 from Nick Clemens <[email protected]> ---
Created attachment 147726
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147726&action=edit
Bug 32678: Add new line in authorized values tests in
search_for_data_inconsistencies.pl

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}

Test plan :
1) In koha-testing-docker
2) Delete in authorized values LOC the value AV
3) Run misc/maintenance/search_for_data_inconsistencies.pl
=> You see the new line in result

Signed-off-by: David Nind <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>

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

Reply via email to