| changeset 606 | 52f3e090eed9 |
| parent 301 | 6e8fb4869d50 |
--- a/src/cm/tests/test_comment_positioning.py Tue Mar 11 11:05:25 2014 +0100 +++ b/src/cm/tests/test_comment_positioning.py Tue Mar 11 11:06:37 2014 +0100 @@ -2,6 +2,7 @@ from django.test import TestCase from BeautifulSoup import BeautifulSoup from cm.models import * +from django.core.cache import cache # python manage.py test # @@ -20,6 +21,7 @@ reply_to=reply_to, state=state, user=user) + cache.clear() return co