()
| 63 | |
| 64 | |
| 65 | def test_rdclass_forced(): |
| 66 | input = """; |
| 67 | foo 20 mx 10 a |
| 68 | bar 30 mx 20 b. |
| 69 | """ |
| 70 | rrsets = read_rrsets(input) |
| 71 | assert equal_rrsets(rrsets, [expected_mx_3, expected_mx_4]) |
| 72 | |
| 73 | |
| 74 | def test_rdclass_forced_with_origin(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…