1 |
From 0c4a76ffe75190a82010dca5dd7e2bd4bdbe14cb Mon Sep 17 00:00:00 2001 |
2 |
From: Matt Simerson <matt@tnpi.net> |
3 |
Date: Mon, 26 Jul 2010 01:41:35 -0400 |
4 |
Subject: add test name to test output |
5 |
|
6 |
--- |
7 |
t/plugin_tests/check_badrcptto | 2 +- |
8 |
1 files changed, 1 insertions(+), 1 deletions(-) |
9 |
|
10 |
diff --git a/t/plugin_tests/check_badrcptto b/t/plugin_tests/check_badrcptto |
11 |
index 9f7b9c9..b9a986d 100644 |
12 |
--- a/t/plugin_tests/check_badrcptto |
13 |
+++ b/t/plugin_tests/check_badrcptto |
14 |
@@ -5,5 +5,5 @@ sub register_tests { |
15 |
} |
16 |
|
17 |
sub test_check_badrcptto_ok { |
18 |
- ok(1); |
19 |
+ ok(1, 'badrcptto, ok'); |
20 |
} |
21 |
-- |
22 |
1.7.2.2 |
23 |
|