Changeset 314

Show
Ignore:
Timestamp:
02/13/05 17:41:18 (8 years ago)
Author:
ahu
Message:

new test, tests for case inSensitiVity

Location:
trunk/pdns/regression-tests/mx-with-simple-additional-processing
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/regression-tests/mx-with-simple-additional-processing/command

    r309 r314  
    11#!/bin/sh 
    2 cleandig example.com MX 
     2cleandig exAmplE.com MX 
  • trunk/pdns/regression-tests/mx-with-simple-additional-processing/description

    r304 r314  
    11Example.com has two MX records, one of which is out-of-bailiwick and should 
    22not receive additional processing. The other is internal to the zone and has 
    3 three A records, which should all be in the additional section 
     3three A records, which should all be in the additional section. For 
     4additional difficulty, the question contains an odd CaSe. 
     5 
  • trunk/pdns/regression-tests/mx-with-simple-additional-processing/expected_result

    r312 r314  
    1 0       example.com.    IN      MX      120     10 smtp-servers.example.com. 
    2 0       example.com.    IN      MX      120     15 smtp-servers.test.com. 
     10       exAmplE.com.    IN      MX      120     10 smtp-servers.example.com. 
     20       exAmplE.com.    IN      MX      120     15 smtp-servers.test.com. 
    332       smtp-servers.example.com.       IN      A       120     192.168.0.2 
    442       smtp-servers.example.com.       IN      A       120     192.168.0.3 
    552       smtp-servers.example.com.       IN      A       120     192.168.0.4 
    66Rcode: 0, RD: 0, TC: 0, AA: 1, opcode: 0 
    7 Reply to question for qname='example.com.', qtype=MX 
     7Reply to question for qname='exAmplE.com.', qtype=MX