Ignore:
Timestamp:
01/09/26 12:46:14 (13 days ago)
Author:
Kris Deugau
Message:

/branches/cname-collision

Fix test call that got poorly copypasta'ed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cname-collision/t/cname.t

    r969 r975  
    221221      if ($code eq 'FAIL') {
    222222        ($rcount) = $dbh->selectrow_array("SELECT count(*) FROM records WHERE domain_id = 4 AND host = '$newname' AND type <> 5 AND stampactive = 't'");
    223         ok( $rcount, '==', 1, " ... [$rcount] record(s) with $newname already exist" );
     223        ok( $rcount == 1, " ... [$rcount] record(s) with $newname already exist" );
    224224# somewhat less overkill if we try to target a unique return based around the expiry bit
    225225        like( $msg, qr/One or more non-CNAME records/, " ... returned matching error" );
Note: See TracChangeset for help on using the changeset viewer.