http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15082
Bug ID: 15082
Summary: t/db_dependent/Search.t shouldn't mock the DB
connection
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Test Suite
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
DB-dependent tests don't need to mock the DB. Actually, this one is not using
the mock at all, so we might be hiding side effects.
It seems that as the configuration file is created on each test run, we just
need to grab the DB configuration from C4::Context and use it in
rewrite-config.PL to go un-mocked.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/