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

(-)a/t/db_dependent/UsageStats.t (-3 / +2 lines)
Lines 283-290 sub construct_objects_needed { Link Here
283
    # ---------- Add 2 auth_header
283
    # ---------- Add 2 auth_header
284
    $query = '
284
    $query = '
285
    INSERT INTO auth_header
285
    INSERT INTO auth_header
286
      (authtypecode)
286
      (authtypecode, marcxml)
287
    VALUES (?)';
287
    VALUES (?, "")';
288
    $insert_sth = $dbh->prepare($query);
288
    $insert_sth = $dbh->prepare($query);
289
    $insert_sth->execute('authtypecode1');
289
    $insert_sth->execute('authtypecode1');
290
    my $authid1 = $dbh->last_insert_id( undef, undef, 'auth_header', undef );
290
    my $authid1 = $dbh->last_insert_id( undef, undef, 'auth_header', undef );
291
- 

Return to bug 20144