]> git.decadent.org.uk Git - dak.git/blobdiff - test/005/test.py
Fix cut'n'waste (tbm).
[dak.git] / test / 005 / test.py
index 8497066445b66b7e2a8c9cc432edfaca72eb4900..5f561fa92d0ea8182ac28ade6d142b1da6966b54 100755 (executable)
@@ -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 <james@nocrew.org>
-# $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
 
 ################################################################################
 
-# Check util.parse_changes() correctly ignores data outside the signed area
-
-################################################################################
-
 import os, sys
 
 sys.path.append(os.path.abspath('../../'));