restore some disabled git tests.

This commit is contained in:
Todd Gamblin 2015-05-09 16:12:04 -05:00
parent 1d0975bac6
commit 9412fc8083

View File

@ -109,7 +109,7 @@ def test_fetch_master(self):
}) })
def ztest_fetch_branch(self): def test_fetch_branch(self):
"""Test fetching a branch.""" """Test fetching a branch."""
self.try_fetch(self.repo.branch, self.repo.branch_file, { self.try_fetch(self.repo.branch, self.repo.branch_file, {
'git' : self.repo.path, 'git' : self.repo.path,
@ -117,7 +117,7 @@ def ztest_fetch_branch(self):
}) })
def ztest_fetch_tag(self): def test_fetch_tag(self):
"""Test fetching a tag.""" """Test fetching a tag."""
self.try_fetch(self.repo.tag, self.repo.tag_file, { self.try_fetch(self.repo.tag, self.repo.tag_file, {
'git' : self.repo.path, 'git' : self.repo.path,
@ -125,7 +125,7 @@ def ztest_fetch_tag(self):
}) })
def ztest_fetch_commit(self): def test_fetch_commit(self):
"""Test fetching a particular commit.""" """Test fetching a particular commit."""
self.try_fetch(self.repo.r1, self.repo.r1_file, { self.try_fetch(self.repo.r1, self.repo.r1_file, {
'git' : self.repo.path, 'git' : self.repo.path,