Bug 20904 - Warns from Circulation/Chargelostitem.t
Summary: Warns from Circulation/Chargelostitem.t
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-08 09:54 UTC by Marcel de Rooy
Modified: 2021-12-13 21:10 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2018-06-08 09:54:57 UTC
Test passes, but warns need attention

DBIx::Class::Storage::DBI::select_single(): Query returned more than one row.  SQL that returns multiple rows is DEPRECATED for ->find and ->single at /usr/share/koha/devclone/Koha/Objects.pm line 191
DBIx::Class::Storage::DBI::select_single(): Query returned more than one row.  SQL that returns multiple rows is DEPRECATED for ->find and ->single at /usr/share/koha/devclone/Koha/Objects.pm line 191
t/db_dependent/Circulation/Chargelostitem.t ............. ok
Comment 1 Joonas Kylmälä 2021-05-12 08:27:05 UTC
The test in question was moved to t/db_dependent/Accounts.t and no warning happens anymore. Closing.