Ignore:
Timestamp:
01/23/26 16:00:29 (7 days ago)
Author:
Kris Deugau
Message:

/branches/cname-collision

Set a default for coerce_cname_timestamp
Override coerce_cname_timestamp in the test support module to better
exercise deeper branches of the CNAME collision checks
See #72

File:
1 edited

Legend:

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

    r986 r999  
    4848        dbuser => 'dnstest',
    4949        dbpass => 'dnstestpwd',
     50
     51        # This exercises more branches of the CNAME collision check with more fine-grained results.
     52        coerce_cname_timestamp => 'adjust',
    5053  );
    5154  ok( defined $dnsdb );
Note: See TracChangeset for help on using the changeset viewer.