This commit is contained in:
Martin Zimmermann 2013-09-09 14:52:32 +02:00
parent 83f7c0201f
commit 5744a79e4d

View File

@ -50,7 +50,7 @@ class TestComments(unittest.TestCase):
rv = json.loads(r.data) rv = json.loads(r.data)
assert rv['id'] == 1 assert rv['id'] == 1
assert rv['text'] == 'Lorem ipsum ...' assert rv['text'] == '<p>Lorem ipsum ...</p>\n'
def testCreate(self): def testCreate(self):