From a19b7de7871e83e0af25b7be3a0362db9c56e47e Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 18 Dec 2013 00:09:10 -0500 Subject: [PATCH] updated DMARC plugin tests disabled for now, b/c they tested methods which no longer exist in new plugin --- t/plugin_tests/dmarc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/plugin_tests/dmarc b/t/plugin_tests/dmarc index 461db72..093c3a7 100644 --- a/t/plugin_tests/dmarc +++ b/t/plugin_tests/dmarc @@ -12,9 +12,7 @@ my $test_email = 'matt@tnpi.net'; sub register_tests { my $self = shift; - $self->register_test('test_get_organizational_domain', 3); - $self->register_test("test_fetch_dmarc_record", 3); - $self->register_test("test_discover_policy", 1); +# TODO: test against newer DMARC plugin that uses Mail::DMARC } sub setup_test_headers {