https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41932
--- Comment #58 from Marcel de Rooy <[email protected]> --- (In reply to David Nind from comment #57) > The tests fail for me[1]. > Tests fail: > > prove t/ClassSortRoutine_Generic.t > t/ClassSortRoutine_Generic.t .. 1/3 > # Failed test 'no warnings' > # at /usr/share/perl/5.40/Test/Builder.pm line 193. > # There were 1 warning(s) > # Previous test 0 '' > # Attempt to call undefined import method with arguments > ("get_class_sort_key") via package "C4::ClassSortRoutine::Generic" (Perhaps > you forgot to load the package?) at t/ClassSortRoutine_Generic.t line 8. > # at t/ClassSortRoutine_Generic.t line 8. > # main::BEGIN() called at t/ClassSortRoutine_Generic.t line 8 > # eval {...} called at t/ClassSortRoutine_Generic.t line 8 > # > # Looks like you failed 1 test of 3. > t/ClassSortRoutine_Generic.t .. Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/3 subtests Looks like this might be a perl version issue (perhaps you run Debian 13 with perl 5.40, while I still run a D12 container with perl 5.36) I removed the unneeded import now. Could you run the test again? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
