https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42992 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Wasn't sure of the exact sequence, so did this: 1. Ran the tests before the patch - they pass: - prove t/db_dependent/Koha/File/Transport/FTP.t t/db_dependent/Koha/Edifact/Transport.t 2. Applied the patch 3. Ran the tests again - they still pass. 4. git checkout b0fa3d7e6a -- Koha/File/Transport/FTP.pm [1] 5. Run prove t/db_dependent/Koha/File/Transport/FTP.t - tests fail as per the test plan 6. git checkout 4a435ec077 -- Koha/File/Transport/FTP.pm [2] 7. Sign off [1] The commit hash for the patch before this patch may be different, use git log --oneline [2] The commit hash for the current patch may be different, use git log --oneline -- You are receiving this mail because: You are watching all bug changes.