Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
cc9964f6
Verified
Commit
cc9964f6
authored
Nov 04, 2021
by
Baptiste Beauplat
Browse files
Update the importer not-signed package to cover single line changes
parent
78bc21b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/functional/importer/data/sources/hello_1.0-1_amd64.changes-not-signed
View file @
cc9964f6
...
...
@@ -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
...
...
tests/functional/importer/test_importer.py
View file @
cc9964f6
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment