Changeset 993 for branches/cname-collision/t
- Timestamp:
- 01/16/26 11:23:04 (7 days ago)
- File:
-
- 1 edited
-
branches/cname-collision/t/cname.t (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cname-collision/t/cname.t
r992 r993 4 4 # Template records mean not all published records are natively present in the DB 5 5 6 use strict; 7 use warnings; 8 6 9 use Test::More; 7 10 use Data::Dumper; … … 12 15 my $dtest = DNSTest::new; 13 16 14 my $code,$msg;17 my ($code,$msg); 15 18 my $rectype = 5; 16 19 my $newname; 17 20 my $newval; 21 my $expirystamp; 22 my $rcount; 18 23 19 24 … … 238 243 my ($oldstamp) = $dbh->selectrow_array("SELECT stamp FROM records WHERE domain_id = 4 AND host = '$newname' ". 239 244 "AND stampactive = 't' AND expires = 'f'"); 240 ok( $newstamp ==$oldstamp, " ... coerced timestamp matches existing active-after timestamp" );245 ok( $newstamp eq $oldstamp, " ... coerced timestamp matches existing active-after timestamp" ); 241 246 } else { 242 247 print "not ok: $msg";
Note:
See TracChangeset
for help on using the changeset viewer.
![[ DNS Administrator ]](/fx/dnsadmin-logo.png)