Verified Commit cc9964f6 authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Update the importer not-signed package to cover single line changes

parent 78bc21b2
......@@ -10,10 +10,7 @@ Maintainer: Baptiste BEAUPLAT <lyknode@cilg.org>
Changed-By: Another Uploader <another@example.org>
Description:
hello - <insert up to 60 chars description>
Changes:
hello (1.0-1) unstable; urgency=medium
.
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
Changes: Single line changes
Checksums-Sha1:
12b9785a45d1400abc684af9964fed348b2fcf9d 784 hello_1.0-1.dsc
be505a70074ab85fed3f68026242651fcde85bf2 168 hello_1.0.orig.tar.xz
......
......@@ -491,6 +491,7 @@ r1JREXlgQRuRdd5ZWSvIxKaKGVbYCw==
self.assertEquals(len(mail.outbox), 1)
self.assertEquals(changes.uploader, changes._data.get('Changed-By'))
self.assertEquals(changes.changes, changes._data.get('Changes'))
self.assertNotEquals(changes.uploader, changes.maintainer)
self.assertIn('No space left', mail.outbox[0].body)
self.assertIn(settings.DEFAULT_FROM_EMAIL, mail.outbox[0].to)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment