Skip to content

Commit

Permalink
Failing test for issue #61: pushing creates 'master' bookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 19, 2013
1 parent bd37166 commit 9cac62b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/test_push.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ def test_simple_push_updates_remote(hg_repo, git_dir):
assert_git_count(2, ref='origin')


@pytest.mark.xfail
def test_simple_push_updates_remote_dont_create_bookmark(hg_repo, git_dir):
test_simple_push_updates_remote(hg_repo, git_dir)
sh.cd(hg_repo)
assert sh.hg.bookmarks().stdout.find("no bookmarks set") > 0


def test_empty_repo(tmpdir):
tmpdir = p(tmpdir.strpath).abspath()
hg_base = tmpdir.joinpath('hg_base')
Expand Down

0 comments on commit 9cac62b

Please sign in to comment.