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)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 25 Mar 2014 14:41:07 +0000 (14:41 +0000)
commit8205529683da0f934f4bdb26ccd54f05b8246d0a
tree384dde4bcdff78bc1f2fab79025b3833d962c4e5
parentfed353edbc375ae9813fe251ea103e18aacb0587
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>
t/Context.t
t/db_dependent/Context.t