https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16155 --- Comment #13 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Bernardo Gonzalez Kriegel from comment #6)
patch2) Test plan good, but not all test pass now Following tests now fail
prove t/db_dependent/Creators/Lib.t Passes with me. Please run the test again and report which tests failed.
prove t/db_dependent/Koha/BiblioFrameworks.t The last follow-up deals with that. This test had no transaction and does not need TestBuilder actually.
prove t/db_dependent/Members.t Replaced the clear statement. Should pass now with 5th patch.
prove t/db_dependent/Reports_Guided.t This test passes with me. Please run again and report which tests failed.
prove t/db_dependent/Review.t This test passes with me. Please run again and report which tests failed.
patch4) Test fail prove t/db_dependent/TestBuilder.t ... # Failed test 'TestBuilder should be able to create an object for every source' # at t/db_dependent/TestBuilder.t line 71. # got: '1' # expected: '0' # The following sources have not been generated correctly: Deletedborrower This test passes with me. Please run t/db_dependent/db_structure.t in order to check if your deletedborrowers table is in line with borrowers.
Finally, I added Barcodes.t to the 5th patch. Replaced a clear there. -- You are receiving this mail because: You are watching all bug changes.