[Koha-bugs] [Bug 8244] New: Script to find exporter problems

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 14 11:54:29 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8244

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8244
                CC: jonathan.druart at biblibre.com
          Assignee: julian.maurice at biblibre.com
           Summary: Script to find exporter problems
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: julian.maurice at biblibre.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Test Suite
           Product: Koha

About one month ago, we (BibLibre) discover a bug in our source code. The
problem was: a page that used to work correctly suddenly refuse to work because
of 
"Undefined subroutine &get_infos_of at C4/Items.pm (line 1075)" (approximative
message) in reserve/request.pl
The piece of code in cause was a "use C4::Members" in C4/Budgets.pm. A
modification of C4::Budgets was causing reserve/request.pl to crash... (ouch!)
In fact it introduced a circular dependency.

To avoid this kind of discovery, we decide to write a script that try to detect
as many problems as possible. Patch and description follow.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list