Bug 13264: Follow up: in opac_utf8.t insert also delete of biblio
authorZeno Tajoli <z.tajoli@cineca.it>
Fri, 21 Nov 2014 12:27:34 +0000 (13:27 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 13 Jan 2015 15:43:26 +0000 (12:43 -0300)
commit20a7f1d03871339daeb3c58ad605fe7e92b90bdc
treeaa9041894303e60a8bbeb8bee249097d0c46224f
parent5e43f20a448f86915e64e18d6dccbb6e9ced4be6
Bug 13264: Follow up: in opac_utf8.t insert also delete of biblio

In previous version of the test opac_utf8.t clears import from resevoir
but it doesn't delete record from biblio table in MySQL.
This the standard work of the feature, see:
http://manual.koha-community.org/3.18/en/catalogtools.html#managestaged

Now the script deletes also record on MySQL level.
No necessary on Zebra level because it uses a temporaney Zebra index that it is
clenaned at the end of the script.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
t/db_dependent/www/opac_utf8.t