https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23310 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #8 from David Nind <david@davidnind.com> --- Just for the record here are the results of testing. Before applying patch ~~~~~~~~~~~~~~~~~~~~~ root@8ef967b22df7:koha(bz23310)$ prove t/db_dependent/Koha/Biblio.t t/db_dependent/Koha/Biblio.t .. 5/6 Use of uninitialized value in concatenation (.) or string at /kohadevbox/koha/Koha/Biblio.pm line 582. Use of uninitialized value in concatenation (.) or string at /kohadevbox/koha/Koha/Biblio.pm line 582. Use of uninitialized value in concatenation (.) or string at /kohadevbox/koha/Koha/Biblio.pm line 582. t/db_dependent/Koha/Biblio.t .. ok All tests successful. Files=1, Tests=6, 2 wallclock secs ( 0.02 usr 0.01 sys + 1.75 cusr 0.16 csys = 1.94 CPU) Result: PASS root@8ef967b22df7:koha(bz23310)$ prove t/db_dependent/Koha/Biblios.t t/db_dependent/Koha/Biblio.t t/db_dependent/Koha/Biblios.t .. ok t/db_dependent/Koha/Biblio.t ... 4/6 Use of uninitialized value in concatenation (.) or string at /kohadevbox/koha/Koha/Biblio.pm line 582. Use of uninitialized value in concatenation (.) or string at /kohadevbox/koha/Koha/Biblio.pm line 582. Use of uninitialized value in concatenation (.) or string at /kohadevbox/koha/Koha/Biblio.pm line 582. t/db_dependent/Koha/Biblio.t ... ok All tests successful. Files=2, Tests=11, 5 wallclock secs ( 0.03 usr 0.01 sys + 4.43 cusr 0.57 csys = 5.04 CPU) Result: PASS root@8ef967b22df7:koha(bz23310)$ prove t/db_dependent/Koha/Biblio.t t/db_dependent/Koha/Biblio.t .. 4/6 Use of uninitialized value in concatenation (.) or string at /kohadevbox/koha/Koha/Biblio.pm line 582. Use of uninitialized value in concatenation (.) or string at /kohadevbox/koha/Koha/Biblio.pm line 582. Use of uninitialized value in concatenation (.) or string at /kohadevbox/koha/Koha/Biblio.pm line 582. t/db_dependent/Koha/Biblio.t .. ok All tests successful. Files=1, Tests=6, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.71 cusr 0.18 csys = 1.91 CPU) Result: PASS After applying patch ~~~~~~~~~~~~~~~~~~~~ root@8ef967b22df7:koha(bz23310)$ prove t/db_dependent/Koha/Biblio.t t/db_dependent/Koha/Biblio.t .. ok All tests successful. Files=1, Tests=6, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.67 cusr 0.22 csys = 1.92 CPU) Result: PASS root@8ef967b22df7:koha(bz23310)$ prove t/db_dependent/Koha/Biblios.t t/db_dependent/Koha/Biblio.t t/db_dependent/Koha/Biblios.t .. ok t/db_dependent/Koha/Biblio.t ... ok All tests successful. Files=2, Tests=11, 5 wallclock secs ( 0.03 usr 0.01 sys + 4.29 cusr 0.49 csys = 4.82 CPU) Result: PASS root@8ef967b22df7:koha(bz23310)$ prove t/db_dependent/Koha/Biblio.t t/db_dependent/Koha/Biblio.t .. ok All tests successful. Files=1, Tests=6, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.77 cusr 0.16 csys = 1.96 CPU) Result: PASS -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.