summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/startup_procedures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/startup_procedures.py b/askbot/startup_procedures.py
index 087fc957..736397fb 100644
--- a/askbot/startup_procedures.py
+++ b/askbot/startup_procedures.py
@@ -686,7 +686,7 @@ def run_startup_tests():
test_middleware()
test_celery()
#test_csrf_cookie_domain()
- #test_tinymce()
+ test_tinymce()
test_staticfiles()
test_new_skins()
test_longerusername()