Koha/t/db_dependent/Circulation
Marcel de Rooy 02a42f92ed Bug 19513: More changes to MarkIssueReturned.t (after bug 19487)
This patch was initially created as QA follow-up on 19487.

$dbh is not used
$categorycode is no longer used
%item_branch_infos not used
$borrowernumber is obsoleted by using $patron
No real need for $anonymous_borrowernumber (Since MarkIssueReturned returns
undef rightaway for an invalid itemnumber, the privacy stuff is irrelevant.)
No AddMember calls, removing unneeded modules

Adding a test that calls MarkIssueReturned on an item already returned.

Test plan:
[1] Run t/db_dependent/Circulation/MarkIssueReturned.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-10-25 12:14:40 -03:00
..
IssuingRules Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
Branch.t Bug 19268: Fix TestBuilder parameter in C/Branch.t and K/P/Messaging.t 2017-09-07 13:56:08 -03:00
CalcDateDue.t Bug 11580: Add one more test and clear the cache 2017-09-06 12:52:48 -03:00
CalcFine.t Bug 16155: Adjust a few other tests 2016-05-04 13:47:58 +00:00
Chargelostitem.t Bug 12768: (QA follow-up) Use specific account offset types for Processing Fee and Lost Item 2017-10-23 12:36:12 -03:00
CheckIfIssuedToPatron.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00
CheckValidBarcode.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00
dateexpiry.t Bug 19517: Prevent dateexpiry.t to fail randomly 2017-10-23 14:42:23 -03:00
GetHardDueDate.t Bug 16344: Fix test in GetHardDueDate.t 2017-05-24 12:29:43 -03:00
GetPendingOnSiteCheckouts.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00
GetTopIssues.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
IsItemIssued.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00
issue.t Bug 14826: Add unit tests for _FixAccountForLostAndReturned and _FixOverduesOnReturn 2017-10-20 17:14:32 -03:00
MarkIssueReturned.t Bug 19513: More changes to MarkIssueReturned.t (after bug 19487) 2017-10-25 12:14:40 -03:00
NoIssuesChargeGuarantees.t Bug 14826: Unit Tests 2017-10-20 17:14:29 -03:00
OfflineOperation.t Bug 12787: Reorganise t/db_dependent files 2016-04-22 00:54:35 +00:00
Returns.t Bug 19004: Adjust AddReturn for retrieving item type 2017-09-01 13:02:27 -03:00
StoreLastBorrower.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00
SwitchOnSiteCheckouts.t Bug 19455: Prevent SwitchOnSiteCheckouts.t to fail randomly 2017-10-12 11:20:41 -03:00
TooMany.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00
transfers.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00