Bug 15028: Make t/db_dependent/Letters.t set the numbering pattern it needs
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 19 Oct 2015 13:42:50 +0000 (14:42 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 19 Oct 2015 14:52:10 +0000 (11:52 -0300)
commit87312888abfeeffcc452df38b4ed652a3c7ad0ba
tree7e16904d5e5cabae4f44db120084b262bf322fd5
parenta011cbd2e2658598e4c2eac7377b9b1edb9dd720
Bug 15028: Make t/db_dependent/Letters.t set the numbering pattern it needs

On some jenkins DBs, this pattern is "No.{X}" instead of "No. {X}" and
the test fails ("Serial notification text constructed successfully").

Tests should always create their own data.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Letters.t