Bug 14342

Summary: Unit tests in t/db_dependent/Context.t failing due to Bug 13967
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: Architecture, internals, and plumbingAssignee: Kyle M Hall (khall) <kyle>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 14342 - Unit tests in t/db_dependent/Context.t failing due to Bug 13967
Bug 14342 - Unit tests in t/db_dependent/Context.t failing due to Bug 13967
Bug 14342 - Unit tests in t/db_dependent/Context.t failing due to Bug 13967
[SIGNED OFF] Bug 14342: Unit tests in t/db_dependent/Context.t failing due to Bug 13967
[PASSED QA] Bug 14342: Unit tests in t/db_dependent/Context.t failing due to Bug 13967

Description Kyle M Hall (khall) 2015-06-05 13:58:02 UTC
The introduction of system preference objects in bug 13967 has caused the current testing regimen to fail do to the mixing of DBI mocking and DBIx::Class.
Comment 1 Kyle M Hall (khall) 2015-06-05 14:00:04 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall (khall) 2015-06-05 14:02:33 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall (khall) 2015-06-05 14:08:19 UTC Comment hidden (obsolete)
Comment 4 Tomás Cohen Arazi (tcohen) 2015-06-05 14:20:58 UTC Comment hidden (obsolete)
Comment 5 Katrin Fischer 2015-06-05 20:43:31 UTC
Created attachment 39924 [details] [review]
[PASSED QA] Bug 14342: Unit tests in t/db_dependent/Context.t failing due to Bug 13967

The introduction of system preference objects in bug 13967 has caused
the current testing regimen to fail do to the mixing of DBI mocking and
DBIx::Class.

Test Plan:
1) Apply this patch
2) prove t/db_dependent/Context.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 6 Tomás Cohen Arazi (tcohen) 2015-06-07 22:01:48 UTC
Patch pushed to master.

Thanks Kyle!