Code

issue2550729: Fix password history display for anydbm backend, thanks to
[roundup.git] / test / test_templating.py
index e4244d1da4d24a40cda17a38da8d771a89ff0d3e..a4c531b9257b07edc2a13332a9782c83cab17d1d 100644 (file)
@@ -152,7 +152,7 @@ class HTMLClassTestCase(TemplatingTestCase) :
            '<a href="http://roundup.net/">http://roundup.net/</a>')
         ae(t('&lt;HTTP://roundup.net/&gt;'),
            '&lt;<a href="HTTP://roundup.net/">HTTP://roundup.net/</a>&gt;')
-         ae(t('&lt;http://roundup.net/&gt;.'),
+        ae(t('&lt;http://roundup.net/&gt;.'),
             '&lt;<a href="http://roundup.net/">http://roundup.net/</a>&gt;.')
         ae(t('&lt;www.roundup.net&gt;'),
            '&lt;<a href="http://www.roundup.net">www.roundup.net</a>&gt;')