# HG changeset patch # User timeless@gmail.com # Date 1462276831 0 # Node ID 7d3ccab5aa0797bbd8442fa3bfb809a883c74d8d # Parent c47e7838fe9d818333766821a16d591f847feb50 spelling: incoming diff -r c47e7838fe9d -r 7d3ccab5aa07 kallithea/tests/functional/test_compare.py --- a/kallithea/tests/functional/test_compare.py Tue May 03 11:59:39 2016 +0000 +++ b/kallithea/tests/functional/test_compare.py Tue May 03 12:00:31 2016 +0000 @@ -126,7 +126,7 @@ #swap response.mustcontain(""" Swap""" % (repo2.repo_name, rev1, rev2, repo1.repo_name)) - def test_compare_forks_on_branch_extra_commits_origin_has_incomming_hg(self): + def test_compare_forks_on_branch_extra_commits_origin_has_incoming_hg(self): self.log_user() repo1 = fixture.create_repo(u'one', repo_type='hg', @@ -185,7 +185,7 @@ #swap response.mustcontain(""" Swap""" % (repo2.repo_name, rev1, rev2, repo1.repo_name)) - def test_compare_forks_on_branch_extra_commits_origin_has_incomming_git(self): + def test_compare_forks_on_branch_extra_commits_origin_has_incoming_git(self): self.log_user() repo1 = fixture.create_repo(u'one-git', repo_type='git',