Richard Hansen wrote:
> It's hard to tell which author conversion test failed when the email
> addresses look similar.
> 
> Signed-off-by: Richard Hansen <rhan...@bbn.com>
> ---
>  contrib/remote-helpers/test-hg.sh | 20 ++++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/contrib/remote-helpers/test-hg.sh 
> b/contrib/remote-helpers/test-hg.sh
> index 84c67ff..5eda265 100755
> --- a/contrib/remote-helpers/test-hg.sh
> +++ b/contrib/remote-helpers/test-hg.sh
> @@ -209,16 +209,16 @@ test_expect_success 'authors' '
>  
>       >../expected &&
>       author_test alpha "" "H G Wells <we...@example.com>" &&
> -     author_test beta "test" "test <unknown>" &&
> -     author_test beta "test <t...@example.com> (comment)" "test 
> <t...@example.com>" &&
> -     author_test gamma "<t...@example.com>" "Unknown <t...@example.com>" &&
> -     author_test delta "name<t...@example.com>" "name <t...@example.com>" &&
> -     author_test epsilon "name <t...@example.com" "name <t...@example.com>" 
> &&
> -     author_test zeta " test " "test <unknown>" &&
> -     author_test eta "test < t...@example.com >" "test <t...@example.com>" &&
> -     author_test theta "test >t...@example.com>" "test <t...@example.com>" &&
> -     author_test iota "test < test <at> example <dot> com>" "test <unknown>" 
> &&
> -     author_test kappa "t...@example.com" "Unknown <t...@example.com>"
> +     author_test beta "beta" "beta <unknown>" &&
> +     author_test beta "beta <t...@example.com> (comment)" "beta 
> <t...@example.com>" &&

Two betas?

> +     author_test gamma "<ga...@example.com>" "Unknown <ga...@example.com>" &&
> +     author_test delta "delta<t...@example.com>" "delta <t...@example.com>" 
> &&
> +     author_test epsilon "epsilon <t...@example.com" "epsilon 
> <t...@example.com>" &&
> +     author_test zeta " zeta " "zeta <unknown>" &&
> +     author_test eta "eta < t...@example.com >" "eta <t...@example.com>" &&
> +     author_test theta "theta >t...@example.com>" "theta <t...@example.com>" 
> &&
> +     author_test iota "iota < test <at> example <dot> com>" "iota <unknown>" 
> &&
> +     author_test kappa "ka...@example.com" "Unknown <ka...@example.com>"
>       ) &&
>  
>       git clone "hg::hgrepo" gitrepo &&

-- 
Felipe Contreras
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to