Bug 14342: Unit tests in t/db_dependent/Context.t failing due to Bug 13967
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 5 Jun 2015 13:58:50 +0000 (09:58 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Sun, 7 Jun 2015 21:38:45 +0000 (18:38 -0300)
commit5f5903737eeb614d66b34e270120698c00de5a59
treec783ef123bc62097b23295b65b6085424a1175e2
parentc671784321b1ebcf9aca18c061ec30bed3e89a58
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Context.t