""" in response.body, 'wrong info about number of changes'
- assert """
commit 154: 5e204e7583b9@2010-08-10 01:18:46
""" in response.body , 'no info on this commit'
- assert """Small update at simplevcs app""" in response.body, 'missing info about commit message'
- assert """0""" in response.body, 'wrong info about removed nodes'
- assert """2""" in response.body, 'wrong info about changed nodes'
- assert """1""" in response.body, 'wrong info about added nodes'
+ self.assertTrue("""
"""in response.body, 'wrong info about commit 64'
- assert """1"""in response.body, 'wrong info about number of removed'
- assert """13"""in response.body, 'wrong info about number of changes'
- assert """20"""in response.body, 'wrong info about number of added'
- assert """