https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36027
Hammat wele <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180258|0 |1 is obsolete| | --- Comment #69 from Hammat wele <[email protected]> --- Created attachment 187300 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187300&action=edit Bug 36027: search_for_data_inconsistencies.pl - make each section optional We can specify which sections to search for data inconsistencies using check options, or which sections to skip using skip options. TEST PLAN: Make sure there are data inconsistencies present in at least two categories to validate the results of the command. 1. Apply the patch 2. Run the command without any argument and confirm that every inconsistences are reported. 3. Run the command with one or more check arguments (ex: ./search_for_data_inconsistencies.pl --check-title --check-loop), confirm that it displayed the specified inconsistences. 4. Run the command with one or more skip arguments (ex: ./search_for_data_inconsistencies.pl --skip-auth --skip-title), confirm that it displayed the inconsistences unsless the skip ones. 5. Run the command with check and skip options (ex: ./search_for_data_inconsistencies.pl --skip-auth --skip-title --check-loop), confirm that it displayed the specified check options and that a warning message indicate that the skip options have been ignored. Signed-off-by: David Nind <[email protected]> Signed-off-by: Kyle M Hall <[email protected]> Signed-off-by: David Nind <[email protected]> Signed-off-by: Eric Bégin <[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/
