summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-04-19 08:21:28 +0200
committerGuido Günther <agx@sigxcpu.org>2017-04-23 14:19:46 +0200
commit181be9aa885fe9566dd1bc50fee6873af203ac62 (patch)
tree186b2a6fb31210142f878c1e6da1dc7f57ba03ae
parent1832d14861e767158e5fcb7e03ed51e59d4aeaa6 (diff)
Shorten test descriptions
Gbp-Dch: Ignore
-rw-r--r--tests/component/deb/test_import_orig.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/component/deb/test_import_orig.py b/tests/component/deb/test_import_orig.py
index 7665c65c..bfd399bf 100644
--- a/tests/component/deb/test_import_orig.py
+++ b/tests/component/deb/test_import_orig.py
@@ -233,7 +233,7 @@ class TestImportOrig(ComponentTestBase):
@RepoFixtures.quilt30(DEFAULT_DSC, opts=['--pristine-tar'])
def test_filter_with_component_tarballs(self, repo):
"""
- Test that using a filter works even with component tarballs (#840602)
+ Test that using a filter works component tarballs (#840602)
"""
# copy data since we don't want the repacked tarball to end up in DEB_TEST_DATA_DIR
os.mkdir('../tarballs')
@@ -270,8 +270,8 @@ class TestImportOrig(ComponentTestBase):
@RepoFixtures.quilt30(DEFAULT_DSC, opts=['--pristine-tar'])
def test_filter_with_orig_tarball(self, repo):
"""
- Test that using a filter works even with an upstream tarball
- that has already the correct name (#558777)
+ Test that using a filter works with an upstream tarball that has
+ already the correct name (#558777)
"""
f = 'hello-debhelper_2.8.orig.tar.gz'
src = os.path.join(DEB_TEST_DATA_DIR, 'dsc-3.0', f)