[Koha-bugs] [Bug 14346] New: t/Biblio.t fails because of new warning

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 5 19:52:14 CEST 2015


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

            Bug ID: 14346
           Summary: t/Biblio.t fails because of new warning
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Test Suite
          Assignee: chris at bigballofwax.co.nz
          Reporter: tomascohen at gmail.com
        QA Contact: gmcharlt at gmail.com

Running

 $ prove t/Biblio.t

fails because of us now using DBIx to retrieve sysprefs. Then our mocked DBI is
not "supported" by DBIx hence a warning that makes our test fail (there is one
more warning now).

The cool thing about this, is that it actually helped spot a situation where
GetMarcBiblio is doing wrong things because is not checking its parameters are
undefined, so we have the chance to fix it.

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


More information about the Koha-bugs mailing list