adjust expected errors for Evergreen pre-req fetching
authorJason Etheridge <jason@esilibrary.com>
Wed, 5 Mar 2014 16:25:48 +0000 (11:25 -0500)
committerJason Etheridge <jason@esilibrary.com>
Wed, 5 Mar 2014 16:25:48 +0000 (11:25 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test_output_webifier.pl

index 11a8463..8c307cf 100755 (executable)
@@ -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;
     }