Skip to content

Commit

Permalink
Someoen didn't run the tests before checking something in, Andreas ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed May 23, 2002
1 parent 347d4c5 commit e55700d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testDTML.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"""Document Template Tests
"""

__rcs_id__='$Id: testDTML.py,v 1.11 2002/04/24 14:38:41 htrd Exp $'
__version__='$Revision: 1.11 $'[11:-2]
__rcs_id__='$Id: testDTML.py,v 1.12 2002/05/23 13:19:16 chrisw Exp $'
__version__='$Revision: 1.12 $'[11:-2]

import sys, os
import unittest
Expand Down Expand Up @@ -283,7 +283,7 @@ def test_fmt(self):
html=<a href="spam">
foo bar
url=%3Ca%20href%3D%22spam%22%3E%0Afoo%20bar
multi=<a href="spam"><br>
multi=<a href="spam"><br />
foo bar
dollars=
cents=
Expand All @@ -292,7 +292,7 @@ def test_fmt(self):

res = html(spam=4200000) + html(spam=None) + html(
spam='<a href="spam">\nfoo bar')
assert res == expected, res
self.assertEqual(res,expected)

def testPropogatedError(self):

Expand Down

0 comments on commit e55700d

Please sign in to comment.