X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=test%2F005%2Ftest.py;fp=test%2F005%2Ftest.py;h=8497066445b66b7e2a8c9cc432edfaca72eb4900;hb=72854d117ff4a60b56f7d1b3efebad03ed22675a;hp=3f6ca258393aa5f07bf3192ec6b3683da7c2ff50;hpb=2c4d37f58a7a3923a27a56a0e391bd4b1aecad4f;p=dak.git diff --git a/test/005/test.py b/test/005/test.py index 3f6ca258..84970664 100755 --- a/test/005/test.py +++ b/test/005/test.py @@ -2,7 +2,7 @@ # Check utils.parse_changes()'s for handling of multi-line fields # Copyright (C) 2004 James Troup -# $Id: test.py,v 1.1 2004-01-21 03:20:52 troup Exp $ +# $Id: test.py,v 1.2 2004-01-21 03:48:58 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -39,10 +39,8 @@ def fail(message): ################################################################################ def main (): - for file in [ "valid", "bogus-pre", "bogus-post", "evil" ]: + for file in [ "valid", "bogus-pre", "bogus-post" ]: for strict_whitespace in [ 0, 1 ]: - if file == "evil" and strict_whitespace == 1: - continue; try: changes = utils.parse_changes("%s.changes" % (file), strict_whitespace) except utils.changes_parse_error_exc, line: