View | Details | Raw Unified | Return to bug 26250
Collapse All | Expand All

(-)a/t/db_dependent/selenium/regressions.t (-2 / +1 lines)
Lines 183-189 subtest 'Display circulation table correctly' => sub { Link Here
183
      or diag(
183
      or diag(
184
        "thead: $thead_length ; tfoot: $tfoot_length ; tbody: $tbody_length");
184
        "thead: $thead_length ; tfoot: $tfoot_length ; tbody: $tbody_length");
185
185
186
    push @cleanup, $patron->checkouts, $item->biblio, $item, $patron,
186
    push @cleanup, $patron->checkouts, $item, $item->biblio, $patron,
187
      $patron->category, $library;
187
      $patron->category, $library;
188
};
188
};
189
189
190
- 

Return to bug 26250