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)
committerChris Cormack <chris@bigballofwax.co.nz>
Sun, 18 Jan 2015 01:40:38 +0000 (14:40 +1300)
commit47f6c39c9ad5445f2b4f0e634308873a1718052b
treea1576eab134d01478b0abc16205307c040b93ab4
parentd0da08cd16408b9c170ae4962211b241890b9dc1
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>
(cherry picked from commit 20a7f1d03871339daeb3c58ad605fe7e92b90bdc)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
t/db_dependent/www/opac_utf8.t