aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-07 15:02:38 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-07 15:05:22 +0100
commitcc93f4bb8cb373818feaa8698f89378ac73370b5 (patch)
tree1fdb4e57f99dafdb90ee0bcc5d01df02afd1f321 /tests
parent577ca32582e041b776d1c0ada199ca57b1a271db (diff)
import-orig: s/recover/rollback/
Gbp-Dch: Ignore
Diffstat (limited to 'tests')
-rw-r--r--tests/component/deb/test_import_orig.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/component/deb/test_import_orig.py b/tests/component/deb/test_import_orig.py
index 9d42554e..a5bf0995 100644
--- a/tests/component/deb/test_import_orig.py
+++ b/tests/component/deb/test_import_orig.py
@@ -180,7 +180,7 @@ class TestImportOrig(ComponentTestBase):
@RepoFixtures.quilt30(DEFAULT_DSC, opts=['--pristine-tar'])
def test_update_fail_create_upstream_tag(self, repo):
"""
- Test that we can recover from a failure to create the upstream
+ Test that we can rollback from a failure to create the upstream
tag
"""
heads = self.rem_refs(repo, self.def_branches)
@@ -195,7 +195,7 @@ class TestImportOrig(ComponentTestBase):
@RepoFixtures.quilt30(DEFAULT_DSC, opts=['--pristine-tar'])
def test_update_fail_merge(self, repo):
"""
- Test that we can recover from a failed merge
+ Test that we can rollback from a failed merge
"""
heads = self.rem_refs(repo, self.def_branches)
orig = self._orig('2.8')
@@ -210,7 +210,7 @@ class TestImportOrig(ComponentTestBase):
side_effect=raise_if_tag_match('upstream/'))
def test_initial_import_fail_create_upstream_tag(self, RepoMock):
"""
- Test that we can recover from a failure to create the upstream
+ Test that we can rollback from a failure to create the upstream
tag on initial import
"""
repo = GitRepository.create(self.pkg)
@@ -222,7 +222,7 @@ class TestImportOrig(ComponentTestBase):
def test_initial_import_fail_create_debian_branch(self):
"""
- Test that we can recover from creating the Debian branch on
+ Test that we can rollback from creating the Debian branch on
initial import
"""
repo = GitRepository.create(self.pkg)