src/cm/tests/test_comment_positioning.py
changeset 608 047aab3a53cf
parent 606 52f3e090eed9
--- a/src/cm/tests/test_comment_positioning.py	Wed Mar 12 16:52:58 2014 +0100
+++ b/src/cm/tests/test_comment_positioning.py	Wed Mar 12 17:19:23 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