diff -r 830993bdf983 -r 52f3e090eed9 src/cm/tests/test_comment_positioning.py --- 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