1 |
From d11b87e0509e1482e6c76f203d0d9cacd581db5e Mon Sep 17 00:00:00 2001 |
2 |
From: Matt Simerson <matt@tnpi.net> |
3 |
Date: Mon, 26 Jul 2010 01:42:27 -0400 |
4 |
Subject: give badrcptto a reasonable name |
5 |
|
6 |
renamed check_badrcptto test from foo to test_check_badrcptto_ok |
7 |
--- |
8 |
t/plugin_tests/check_badrcptto | 4 ++-- |
9 |
1 files changed, 2 insertions(+), 2 deletions(-) |
10 |
|
11 |
diff --git a/t/plugin_tests/check_badrcptto b/t/plugin_tests/check_badrcptto |
12 |
index d10f992..9f7b9c9 100644 |
13 |
--- a/t/plugin_tests/check_badrcptto |
14 |
+++ b/t/plugin_tests/check_badrcptto |
15 |
@@ -1,9 +1,9 @@ |
16 |
|
17 |
sub register_tests { |
18 |
my $self = shift; |
19 |
- $self->register_test("foo", 1); |
20 |
+ $self->register_test("test_check_badrcptto_ok", 1); |
21 |
} |
22 |
|
23 |
-sub foo { |
24 |
+sub test_check_badrcptto_ok { |
25 |
ok(1); |
26 |
} |
27 |
-- |
28 |
1.7.2.2 |
29 |
|