From: Jason Etheridge Date: Wed, 5 Mar 2014 16:25:48 +0000 (-0500) Subject: adjust expected errors for Evergreen pre-req fetching X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=efae49636353953de7b7670ae5d566fe9d2ef9b0;p=working%2Frandom.git adjust expected errors for Evergreen pre-req fetching Signed-off-by: Jason Etheridge --- diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 11a8463c3..8c307cf45 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -143,7 +143,7 @@ sub html_footer { sub print_pass_or_fail { my $subpage = shift; my $exception = {}; # keyed on subpage, value = # of expected errors - $exception{'Installing Evergreen pre-requisites'} = 3; + $exception{'Installing Evergreen pre-requisites'} = 1; # Class-DBI-Frozen test failure if (! defined $exception{$subpage}) { $exception{$subpage} = 0; }