qpsmtpd/t/plugin_tests/check_badrcptto
Matt Simerson d11b87e050 give badrcptto a reasonable name
renamed check_badrcptto test from foo to test_check_badrcptto_ok
2010-07-25 22:52:32 -07:00

10 lines
146 B
Plaintext

sub register_tests {
my $self = shift;
$self->register_test("test_check_badrcptto_ok", 1);
}
sub test_check_badrcptto_ok {
ok(1);
}