X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FBib1.pm;h=fd4d1d62010b0539e3872e8c8245d4b71694451d;hb=dbf1fadda290f6fa6d6e6539954667aad75639c9;hp=7dc644e1fb7e9c86f56ac8cc20b683b68df9e424;hpb=1dbac7da313ac8dcee78f2c2f415ee395cec2d86;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test/Search/Bib1.pm b/lib/ZOOM/IRSpy/Test/Search/Bib1.pm index 7dc644e..fd4d1d6 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Bib1.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Bib1.pm @@ -1,4 +1,3 @@ -# $Id: Bib1.pm,v 1.18 2007-03-15 11:40:27 mike Exp $ # See the "Main" test package for documentation @@ -52,6 +51,7 @@ sub error { $conn->log("irspy_test", "search on access-point $attr had error: ", $exception); update($conn, $attr, 0); + zoom_error_timeout_update($conn, $exception); return ZOOM::IRSpy::Status::TEST_BAD if ($exception->code() == 1 || # permanent system error @@ -69,5 +69,4 @@ sub update { 'ok' => $ok); } - 1;