It's hard to tell which author conversion test failed when the email addresses look similar.
Signed-off-by: Richard Hansen <[email protected]> --- 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 <[email protected]>" && - author_test beta "test" "test <unknown>" && - author_test beta "test <[email protected]> (comment)" "test <[email protected]>" && - author_test gamma "<[email protected]>" "Unknown <[email protected]>" && - author_test delta "name<[email protected]>" "name <[email protected]>" && - author_test epsilon "name <[email protected]" "name <[email protected]>" && - author_test zeta " test " "test <unknown>" && - author_test eta "test < [email protected] >" "test <[email protected]>" && - author_test theta "test >[email protected]>" "test <[email protected]>" && - author_test iota "test < test <at> example <dot> com>" "test <unknown>" && - author_test kappa "[email protected]" "Unknown <[email protected]>" + author_test beta "beta" "beta <unknown>" && + author_test beta "beta <[email protected]> (comment)" "beta <[email protected]>" && + author_test gamma "<[email protected]>" "Unknown <[email protected]>" && + author_test delta "delta<[email protected]>" "delta <[email protected]>" && + author_test epsilon "epsilon <[email protected]" "epsilon <[email protected]>" && + author_test zeta " zeta " "zeta <unknown>" && + author_test eta "eta < [email protected] >" "eta <[email protected]>" && + author_test theta "theta >[email protected]>" "theta <[email protected]>" && + author_test iota "iota < test <at> example <dot> com>" "iota <unknown>" && + author_test kappa "[email protected]" "Unknown <[email protected]>" ) && git clone "hg::hgrepo" gitrepo && -- 1.8.5.rc1.207.gc17dd22 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

