https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40596 --- Comment #9 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 185176 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185176&action=edit Bug 40596: Fix Identity Provider test plan for CAS and Shibboleth protocols The upgrade_class() test was failing because it planned 5 tests but ran 9. This happened because we added CAS and Shibboleth protocols to the protocol_to_class_mapping, increasing the number of protocols from 2 to 4. The test runs 2 tests per protocol plus 1 test for invalid protocol: - Original: 2 protocols × 2 tests + 1 = 5 tests - Current: 4 protocols × 2 tests + 1 = 9 tests Updated the test plan to reflect the correct number of tests. Test plan: 1. Apply patch 2. Run prove t/db_dependent/Koha/Auth/Identity/Provider.t 3. Verify all tests pass including upgrade_class() tests -- You are receiving this mail because: You are watching all bug changes.