Mercurial > p > roundup > code
diff test/test_templating.py @ 4288:ce684080e968
issue2550549: Some bugs issue classifiers were causing database lookup errors
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 28 Nov 2009 22:44:02 +0000 |
| parents | b6a2251394dd |
| children | d5239335fae3 |
line wrap: on
line diff
--- a/test/test_templating.py Tue Nov 24 20:43:33 2009 +0000 +++ b/test/test_templating.py Sat Nov 28 22:44:02 2009 +0000 @@ -150,6 +150,7 @@ ae(t('http://roundup.net/'), '<a href="http://roundup.net/">http://roundup.net/</a>') ae(t('<HTTP://roundup.net/>'), '<<a href="HTTP://roundup.net/">HTTP://roundup.net/</a>>') ae(t('<www.roundup.net>'), '<<a href="http://www.roundup.net">www.roundup.net</a>>') + ae(t('item123123123123'), 'item123123123123') ''' class HTMLPermissions:
