Changeset 975 for branches/cname-collision/t
- Timestamp:
- 01/09/26 12:46:14 (13 days ago)
- File:
-
- 1 edited
-
branches/cname-collision/t/cname.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cname-collision/t/cname.t
r969 r975 221 221 if ($code eq 'FAIL') { 222 222 ($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" ); 224 224 # somewhat less overkill if we try to target a unique return based around the expiry bit 225 225 like( $msg, qr/One or more non-CNAME records/, " ... returned matching error" );
Note:
See TracChangeset
for help on using the changeset viewer.
![[ DNS Administrator ]](/fx/dnsadmin-logo.png)