Re: [PATCH] add test name to test output
[email protected] (Robert Spier)
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
Thanks, Applied: 0c4a76ffe75190a82010dca5dd7e2bd4bdbe14cb
Matt Simerson wrote:
>
> ---
> t/plugin_tests/check_badrcptto | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/t/plugin_tests/check_badrcptto b/t/plugin_tests/check_badrcptto
> index 9f7b9c9..b9a986d 100644
> --- a/t/plugin_tests/check_badrcptto
> +++ b/t/plugin_tests/check_badrcptto
> @@ -5,5 +5,5 @@ sub register_tests {
> }
>
> sub test_check_badrcptto_ok {
> - ok(1);
> + ok(1, 'badrcptto, ok');
> }
> --
> 1.7.1.1
>