X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FExplain.pm;h=299ee69045964ed61ae7c52e4ecf7515fcfa52a2;hp=fb3433b001c4f0377e3e6a3f3293a729c44ccf2d;hb=e5180c16e801d76543ffe470b02dea0a3c3d766c;hpb=5e43bc51335fc81d176e1930ea22197035721f33 diff --git a/lib/ZOOM/IRSpy/Test/Search/Explain.pm b/lib/ZOOM/IRSpy/Test/Search/Explain.pm index fb3433b..299ee69 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Explain.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Explain.pm @@ -1,4 +1,4 @@ -# $Id: Explain.pm,v 1.5 2007-02-26 18:48:50 mike Exp $ +# $Id: Explain.pm,v 1.6 2007-03-05 12:15:11 mike Exp $ # See the "Main" test package for documentation @@ -57,7 +57,8 @@ sub error { update($conn, $category, 0); return ZOOM::IRSpy::Status::TEST_BAD - if $exception->code() == 109; # Database unavailable + if ($exception->code() == 109 || # Database unavailable + $exception->code() == 235); # Database does not exist return ZOOM::IRSpy::Status::TASK_DONE; }