Bug 13494 - t/db_dependent/Circulation/Returns.t fails
Summary: t/db_dependent/Circulation/Returns.t fails
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Chris Cormack
QA Contact: Galen Charlton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-27 14:00 UTC by Katrin Fischer
Modified: 2017-06-14 22:11 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 Katrin Fischer 2014-12-27 14:00:42 UTC
This test was added quite recently and is failing for me now:

$ perl t/db_dependent/Circulation/Returns.t 
1..2
Subroutine C4::Context::userenv redefined at t/db_dependent/Circulation/Returns.t line 12.
ok 1 - InProcessingToShelvingCart functions as intended
not ok 2 - InProcessingToShelvingCart functions as intended
#   Failed test 'InProcessingToShelvingCart functions as intended'
#   at t/db_dependent/Circulation/Returns.t line 45.
#          got: 'CART'
#     expected: 'TEST'
# Looks like you failed 1 test of 2.
Comment 1 Katrin Fischer 2016-09-19 00:27:28 UTC
This appears to be fixed now.