https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 --- Comment #122 from David Gustafsson <glasklas@gmail.com> --- (In reply to Arthur Suzuki from comment #120)
Tried to apply patches to current master but got the tests failing : ''' kohadev-koha@kohadevbox:koha(main)$ prove t/db_dependent/Exporter/Record.t t/db_dependent/Exporter/Record.t .. 1/7 # Failed test 'Export XML: 3 records should have been exported' # at t/db_dependent/Exporter/Record.t line 200. # got: '1' # expected: '3' # Looks like you planned 4 tests but ran 2. # Looks like you failed 1 test of 2 run.
# Failed test 'export xml' # at t/db_dependent/Exporter/Record.t line 211. Can't call method "subfield" on an undefined value at t/db_dependent/Exporter/Record.t line 202, <$fh> line 3. # Looks like your test exited with 11 just after 3. t/db_dependent/Exporter/Record.t .. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 5/7 subtests
Test Summary Report ------------------- t/db_dependent/Exporter/Record.t (Wstat: 2816 (exited 11) Tests: 3 Failed: 1) Failed test: 2 Non-zero exit status: 11 Parse errors: Bad plan. You planned 7 tests but ran 3. Files=1, Tests=3, 4 wallclock secs ( 0.03 usr 0.01 sys + 3.58 cusr 0.33 csys = 3.95 CPU) Result: FAIL '''
Thanks for spotting this! The issue should now be fixed. -- You are receiving this mail because: You are watching all bug changes.