X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=test%2F005%2Ftest.py;h=5f561fa92d0ea8182ac28ade6d142b1da6966b54;hb=924f122e42b40b043c7393ad4c9d523c5baacbb1;hp=8497066445b66b7e2a8c9cc432edfaca72eb4900;hpb=72854d117ff4a60b56f7d1b3efebad03ed22675a;p=dak.git diff --git a/test/005/test.py b/test/005/test.py index 84970664..5f561fa9 100755 --- a/test/005/test.py +++ b/test/005/test.py @@ -1,8 +1,8 @@ #!/usr/bin/env python -# Check utils.parse_changes()'s for handling of multi-line fields +# Check utils.parse_changes() correctly ignores data outside the signed area # Copyright (C) 2004 James Troup -# $Id: test.py,v 1.2 2004-01-21 03:48:58 troup Exp $ +# $Id: test.py,v 1.3 2004-03-11 00:22:19 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 @@ -20,10 +20,6 @@ ################################################################################ -# Check util.parse_changes() correctly ignores data outside the signed area - -################################################################################ - import os, sys sys.path.append(os.path.abspath('../../'));