Mercurial > p > roundup > code
diff test/test_cgi.py @ 3980:3167ad1c19cd
Allow negative ids other than -1 for item generation [SF#982481]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 07 Aug 2008 05:59:18 +0000 |
| parents | 905faf52a51f |
| children | efcea2fe69be |
line wrap: on
line diff
--- a/test/test_cgi.py Thu Aug 07 05:53:14 2008 +0000 +++ b/test/test_cgi.py Thu Aug 07 05:59:18 2008 +0000 @@ -8,7 +8,7 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: test_cgi.py,v 1.34 2008-02-27 08:32:51 richard Exp $ +# $Id: test_cgi.py,v 1.35 2008-08-07 05:59:18 richard Exp $ import unittest, os, shutil, errno, sys, difflib, cgi, re @@ -568,7 +568,6 @@ }), ({('test', None): {'string': 'a'}, ('issue', '-1'): {'nosy': ['1']}, - ('issue', '-2'): {} }, [('issue', '-2', 'superseder', [('issue', '-1')]) ]
