SimpleSearch test cases - make more robust
authorGalen Charlton <galen.charlton@liblime.com>
Tue, 1 Jul 2008 17:36:28 +0000 (12:36 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 2 Jul 2008 17:26:01 +0000 (12:26 -0500)
commitf80b5569d796f51965d8580549ac2073f31b868c
treeeb31df57c28979578e727a2f829316ec8476d7eb
parentb8e404700aa8c31dc49f01416a64c2a2dfd54eb0
SimpleSearch test cases - make more robust

Test cases in KohaTest/Search/SimpleSearch.pm assumed
that they were the first to call add_biblios(); as
this is not necessarily true when the entire test
suite is run, test now counts how many 'Finn Test'
bibs already exist.

No documentation changes.

Signed-off-by: Andrew Moore <andrew.moore@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
t/lib/KohaTest/Search/SimpleSearch.pm