Bug 14778: Remove t/Acquisition/Invoices.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 20 Oct 2015 14:42:53 +0000 (15:42 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 23 Oct 2015 15:01:19 +0000 (12:01 -0300)
commit371c08281e425309411da62b32eab4c4c14f8b04
treed3f533f61ef538d0cdbe4ab264592980c4f1b0bd
parenta1e8497140bfc310a3e3d4f85c46777324d96c96
Bug 14778: Remove t/Acquisition/Invoices.t

Using Test::DBIx::Class now, we cannot do what we did in this file with DBD::Mock.
Since the Invoice[s] subroutines are already tested in
t/db_dependent/Acquisition/Invoices.t there is no special needs to have
these ones.
Instead of loosing 2 hours on this file, I would prefer to remove it.
Feel free to provide a counter patch.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/Acquisition/Invoice.t [deleted file]