From: Chris Lamb Date: Mon, 24 Aug 2015 14:18:57 +0000 (+0200) Subject: tests/test_parse_changes.py: Actually set dsc_file=1 when testing .dsc X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=88d460407bfbf9c0fb9b36451c585b5a5d8c19f2 tests/test_parse_changes.py: Actually set dsc_file=1 when testing .dsc Signed-off-by: Chris Lamb --- diff --git a/tests/test_parse_changes.py b/tests/test_parse_changes.py index 20dab4b9..50301f42 100755 --- a/tests/test_parse_changes.py +++ b/tests/test_parse_changes.py @@ -46,7 +46,7 @@ class ParseDscTestCase(ParseChangesTestCase): def test_4(self): # No blank lines at all - self.assertFails('dsc/4.dsc', -1, 1) + self.assertFails('dsc/4.dsc', -1, 1, 1) def test_5(self): # Extra blank line before signature body