Bug 15517: deleted* tables won't never differ anymore!
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Jan 2016 15:26:15 +0000 (15:26 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 23 Feb 2016 23:08:20 +0000 (23:08 +0000)
commit8b2573e24e50d2911d88aa6d9ec969b51f37284b
tree8153da4109f7b2f0e212017677631d126973a666
parentf4f307230ab0aeb3d28566dd0e5e9f7b851800b0
Bug 15517: deleted* tables won't never differ anymore!

These tests will ensure that the 4 deleted* tables won't never differ
anymore.

Test plan:
0/ Do not execute the update DB entry
1/ prove t/db_dependent/db_structure.t
should fail
2/ Execute the update DB entry and update the schema with
misc/devel/update_dbix_class_files.pl
3/ prove t/db_dependent/db_structure.t
should now be happy

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Test pass successfuly. Works as advertised

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
t/db_dependent/db_structure.t [new file with mode: 0644]