give badrcptto a reasonable name

renamed check_badrcptto test from foo to test_check_badrcptto_ok
This commit is contained in:
Matt Simerson 2010-07-26 01:42:27 -04:00 committed by Robert
parent 3a7f46aa3e
commit d11b87e050

View File

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