[Koha-bugs] [Bug 27837] Permanent location is reverted to location when location updated and permanent_location mapped to MARC field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 10 22:54:26 CEST 2021


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #36 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I am a bit worried about the added warnings from running the tests with and
without this patch set:

With patch:
kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ prove t/db_dependent/Items.t
t/db_dependent/Items.t .. 2/14 Use of uninitialized value in numeric eq (==) at
t/db_dependent/Items.t line 247.
Use of uninitialized value $tag in hash element at
/usr/share/perl5/MARC/Record.pm line 202.
Use of uninitialized value $tag in regexp compilation at
/usr/share/perl5/MARC/Record.pm line 206.
Use of uninitialized value $tag in hash element at
/usr/share/perl5/MARC/Record.pm line 207.
t/db_dependent/Items.t .. 12/14 Use of uninitialized value $tag in hash element
at /usr/share/perl5/MARC/Record.pm line 202.
Use of uninitialized value $tag in hash element at
/usr/share/perl5/MARC/Record.pm line 202.
Use of uninitialized value $tag in hash element at
/usr/share/perl5/MARC/Record.pm line 202.
Use of uninitialized value $tag in hash element at
/usr/share/perl5/MARC/Record.pm line 202.
t/db_dependent/Items.t .. ok     
All tests successful.
Files=1, Tests=14, 11 wallclock secs ( 0.05 usr  0.01 sys +  7.52 cusr  1.11
csys =  8.69 CPU)
Result: PASS


Without patch:
kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ prove t/db_dependent/Items.t
t/db_dependent/Items.t .. 2/14 Use of uninitialized value in numeric eq (==) at
t/db_dependent/Items.t line 247.
t/db_dependent/Items.t .. ok     
All tests successful.

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


More information about the Koha-bugs mailing list