]> git.koha-community.org Git - koha.git/commit
Bug 36822: LDAP - Add discard_changes
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Fri, 25 Oct 2024 14:41:56 +0000 (14:41 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 7 Nov 2024 15:29:15 +0000 (16:29 +0100)
commit4c1e6b5e71e1fd033de8b289d0693edca7d28d01
tree7e9174a68262473bb937bfa0d284df7e733e2914
parente567f78e27a9cfaf1fca6bbc3654de3e19c2e216
Bug 36822: LDAP - Add discard_changes

Test plan:
1) Apply only LDAP rearrangement patch
2) Run that test file (to prove the rearrangement does not break tests):
$ prove t/db_dependent/Auth_with_ldap.t
3) Verify tests pass
4) Apply LDAP test patch on top
5) Run the test file. Notice it fails.
6) Apply this patch. Run LDAP tests again. Verify tests pass.

Co-authored-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Auth_with_ldap.pm