Bug 17562: Fix Acquisition.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 7 Nov 2016 10:25:57 +0000 (10:25 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 10 Nov 2016 13:37:54 +0000 (13:37 +0000)
commit78d728f1463eda04289f030037de750bf5f2bba9
tree6a27a0587b398bb16855ebe86ed0a68bb59570a5
parent47bae5b36572011ad06a0d4bc4b401a538e39fe0
Bug 17562: Fix Acquisition.t

I find these tests too much complicated and decided to remove them.
They depends on the number of fields in the DB and any time we change
this table we need to update the tests.
As I don't understand the tests, I prefer to simply remove them, they
don't seem very useful.
Feel free to provide a counter patch if you think we should keep them.

Test plan:
  prove t/db_dependent/Acquisition.t
should return green

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This tests should be removed as this patch does.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Acquisition.t