From: Mike Taylor Date: Thu, 3 Jan 2013 15:55:13 +0000 (+0000) Subject: Fix typo in Explain test. X-Git-Url: http://jsfdemo.indexdata.com/cgi-bin?a=commitdiff_plain;h=a22576c1c12f1e9a657fe4bbe782e346150adf2d;p=irspy-moved-to-github.git Fix typo in Explain test. --- diff --git a/lib/ZOOM/IRSpy/Test/Search/Explain.pm b/lib/ZOOM/IRSpy/Test/Search/Explain.pm index 7467e26..2c2645f 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Explain.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Explain.pm @@ -55,7 +55,7 @@ sub error { update($conn, $category, 0); zoom_error_timeout_update($conn, $exception); - return ZOOM::IRSpy::Status::TEST_OK + return ZOOM::IRSpy::Status::TEST_GOOD if ($exception->code() == 109 || # Database unavailable $exception->code() == 235); # Database does not exist