From ad7ddb8b889b302cf8ee11e804af5f4c49802887 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 29 Jun 2010 19:32:20 +0000 Subject: [PATCH] processing request page is expected git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1338 07558da8-63fa-0310-ba24-9fe276d99e06 --- bin/isi-download-results.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/isi-download-results.pl b/bin/isi-download-results.pl index b768fe0..5bd18be 100755 --- a/bin/isi-download-results.pl +++ b/bin/isi-download-results.pl @@ -120,8 +120,8 @@ sub get_results { last; } - if ( $mech->content =~ m{Please wait while your request is processed} ) { - warn "WARNING: processing request"; + if ( $mech->content !~ m{Please wait while your request is processed} ) { + warn "WARNING: expecting processing request"; } -- 2.20.1