https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43330

--- Comment #4 from David Nind <[email protected]> ---
Created attachment 203827
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203827&action=edit
Bug 43330: Add regression test for TagsExternalDictionary

To test:

1. Set the TagsExternalDictionary system preference to a non-empty value, for
example:

       /usr/bin/ispell

2. Restart Plack if necessary.

3. Visit a staff interface page which loads C4::Tags, such as the staff home
page or a bibliographic detail page.

4. Observe:

       Undefined subroutine &C4::Tags::check_install called at C4/Tags.pm line
44.
       BEGIN failed--compilation aborted at C4/Tags.pm line 53.
       Compilation failed in require.
       BEGIN failed--compilation aborted.

5. Clear TagsExternalDictionary and clear/update the system preference cache.

6. Apply the patch.

7. Set TagsExternalDictionary to an empty value.

8. Verify that you can access the home page and other pages.

9. Set TagsExternalDictionary to a valid non-empty path such as
        /usr/bin/ispell

10. Verify the staff home page, catalog detail page, and Tools page load
without HTTP 500 errors.

11. Prove t/db_dependent/TagsExternalDictionary.t
12. Sign off and have a great day! :D

Signed-off-by: David Nind <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to