]> git.koha-community.org Git - koha.git/commit
Bug 11701: (follow-up) move unit tests to t/db_dependent
authorGalen Charlton <gmc@esilibrary.com>
Tue, 25 Mar 2014 14:41:07 +0000 (14:41 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 12 Jun 2014 09:49:35 +0000 (11:49 +0200)
commit8e3c4c75c4312b7632545fd3f140c8de99656931
treef4655bb7d4a03fe0ea4069bc4ecc40671919186c
parenta9377e9a64718a383aec7ee4ad32bc260381160b
Bug 11701: (follow-up) move unit tests to t/db_dependent

The new tests will not function if there isn't a valid
configuration (or mocking of preference()) so this patch
moves them to t/db_dependent/Context.t.

To test:

[1] After applying the main patch for this bug, verify that
    prove -v t/db_dependent/Context.t passes.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 8205529683da0f934f4bdb26ccd54f05b8246d0a)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Conflicts:
t/Context.t
t/Context.t
t/db_dependent/Context.t