()
| 72 | |
| 73 | |
| 74 | def test_rdclass_forced_with_origin(): |
| 75 | input = """; |
| 76 | foo 20 mx 10 a |
| 77 | bar.example. 30 mx 20 b. |
| 78 | """ |
| 79 | rrsets = read_rrsets(input, origin="example") |
| 80 | assert equal_rrsets(rrsets, [expected_mx_5, expected_mx_6]) |
| 81 | |
| 82 | |
| 83 | def test_rdclass_forced_with_origin_relativized(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…