Bug 13494

Summary: t/db_dependent/Circulation/Returns.t fails
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Test SuiteAssignee: Chris Cormack <chris>
Status: CLOSED WORKSFORME QA Contact: Galen Charlton <gmcharlt>
Severity: normal    
Priority: P5 - low CC: kyle
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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.