Skip to content

Commit

Permalink
fix tests on django 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fivethreeo committed Sep 23, 2011
1 parent 3afd3d2 commit f542440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmsplugin_blog/test/run_tests.py
@@ -1,4 +1,5 @@
import sys import sys
import os
import django import django


INSTALLED_APPS = [ INSTALLED_APPS = [
Expand Down Expand Up @@ -72,6 +73,7 @@ def run_tests():
JQUERY_JS='', JQUERY_JS='',
JQUERY_UI_JS='', JQUERY_UI_JS='',
STATIC_URL='/some/url/', STATIC_URL='/some/url/',
STATIC_ROOT=os.path.join(os.path.split(os.path.abspath(os.path.dirname(__file__)))[:-2]),
TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner', TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner',
TEST_OUTPUT_VERBOSE = True TEST_OUTPUT_VERBOSE = True
) )
Expand Down
Empty file modified runtests.sh 100755 → 100644
Empty file.

0 comments on commit f542440

Please sign in to comment.