Update exclusion for 08-lp1366964-libdbi-error.t
authorJason Boyer <jboyer@equinoxinitiative.org>
Tue, 29 Sep 2020 11:25:06 +0000 (07:25 -0400)
committerJason Boyer <jboyer@equinoxinitiative.org>
Tue, 29 Sep 2020 11:25:06 +0000 (07:25 -0400)
We ignore an error with a specific SQL statement in it but the addition
of the hopeless holds enhancement changed that statement.

Signed-off-by: Jason Boyer <jboyer@equinoxinitiative.org>
qa/test_output_webifier.pl

index 11b6008..45f854e 100755 (executable)
@@ -104,7 +104,7 @@ sub consider_error_count_inc {
         }
     }
     if ($subpage eq 'Log Output: osrfsys.log') {
-        if ($line =~ /INSERT INTO config.copy_status \(holdable,id,name,opac_visible,copy_active,restrict_copy_delete,is_available\) VALUES \(DEFAULT,1,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT\);/) {
+        if ($line =~ /INSERT INTO config.copy_status \(holdable,id,name,opac_visible,copy_active,restrict_copy_delete,is_available,hopeless_prone\) VALUES \(DEFAULT,1,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT\);/) {
             print DEBUG "error skipped, $error_count\n";
             print STDOUT "error skipped, $error_count\n";
             return;