added reindexing routine to KohaTest
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 30 Apr 2008 20:45:42 +0000 (15:45 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 1 May 2008 02:58:26 +0000 (21:58 -0500)
commitf7b5af15c48878bea67f9d0e6038daf697f456c7
tree2396c0e71bda9de68055813a57d71f6d122acf82
parentd83a055504a9f80e165d403f9ca3f692cb45cb18
added reindexing routine to KohaTest

KohaTest->reindex_marc() does a full Zebra reindexing of
bib and authority records and clears zebraqueue.  It is
meant for use in test classes that do a lot of bib, authority,
and/or item record changes that would be slowed down by
waiting for zebraqueue_daemon.

Also adjusted list of tables that are automatically truncated.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
t/lib/KohaTest.pm