[Koha-bugs] [Bug 12627] SQLHelper replacement - C4::Suggestions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 8 15:13:49 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12627

Yohann Dufour <yohann.dufour at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30269|0                           |1
        is obsolete|                            |

--- Comment #7 from Yohann Dufour <yohann.dufour at biblibre.com> ---
Created attachment 30624
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30624&action=edit
Bug 12627: SQLHelper replacement - C4::Suggestions

With this patch, the subroutines NewSuggestion and ModSuggestion use
DBIx::Class instead of C4::SQLHelper.
Moreover, the tests and the .pl have been adapted.

Test plan:
1) Apply the patch.

2) Execute the unit tests by launching :
prove t/db_dependent/Suggestions.t

3) The result has to be a success without error or warning :
t/db_dependent/Suggestions.t .. ok
All tests successful.
Files=1, Tests=91,  2 wallclock secs ( 0.05 usr  0.01 sys +  1.65 cusr  0.09
csys =  1.80 CPU)
Result: PASS

4) Log in the intranet, create a suggestion and verify the created suggestion.

5) Edit a suggestion from the intranet and verify the suggestion is correctly
modified.

6) Log in the OPAC and verify you can add a suggestion.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list