expect the error in osrfsys.log produced by live_t/08-lp1366964-libdbi-error.t
authorJason Etheridge <jason@esilibrary.com>
Wed, 5 Nov 2014 22:06:59 +0000 (17:06 -0500)
committerJason Etheridge <jason@esilibrary.com>
Wed, 5 Nov 2014 22:06:59 +0000 (17:06 -0500)
qa/test_output_webifier.pl

index 8c307cf..fe892cb 100755 (executable)
@@ -144,6 +144,7 @@ sub print_pass_or_fail {
     my $subpage = shift;
     my $exception = {}; # keyed on subpage, value = # of expected errors
     $exception{'Installing Evergreen pre-requisites'} = 1; # Class-DBI-Frozen test failure
+    $exception{'Log Output: osrfsys.log'} = 1; # open-ils.cstore ERROR from live_t/08-lp1366964-libdbi-error.t
     if (! defined $exception{$subpage}) {
         $exception{$subpage} = 0;
     }