https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42992
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from David Nind <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
