[Koha-bugs] [Bug 21846] Using emoji as tags doesn't discriminate between emoji when calculating weights or searching

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 27 12:23:42 CET 2019


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

Josef Moravec <josef.moravec at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #83759|0                           |1
        is obsolete|                            |
  Attachment #83760|0                           |1
        is obsolete|                            |
  Attachment #83761|0                           |1
        is obsolete|                            |
  Attachment #83762|0                           |1
        is obsolete|                            |
  Attachment #85730|0                           |1
        is obsolete|                            |
  Attachment #85740|0                           |1
        is obsolete|                            |
  Attachment #85741|0                           |1
        is obsolete|                            |

--- Comment #27 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 85758
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85758&action=edit
Bug 21846: Add Koha::Tags::Approval(s) and Koha::Tags::Index(es)

In order to avoid writing the tests using plain DBIC which would later
need to be replaced by a Koha::Object-based counterpart, I introduce
this stub classes.

Stub tests are added as well.

To test:
- Apply this patch
- Run:
  $ kshell
 k$ prove t/db_dependent/Koha/Tags.t \
          t/db_dependent/Koha/Tags/Approvals.t \
          t/db_dependent/Koha/Tags/Indexes.t
=> SUCCESS: Tests pass
- Sign off :-D

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

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


More information about the Koha-bugs mailing list