file_uploads
Ran on
July 6th 2008 03:22
Importing model file_uploads
Traceback (most recent call last):
File "runtests.py", line 183, in <module>
django_tests(int(options.verbosity), options.interactive, args)
File "runtests.py", line 153, in django_tests
failures = run_tests(test_labels, verbosity=verbosity, interactive=interactive, extra_tests=extra_tests)
File "/home/lsoto/src/django.svn.trunk/django/test/simple.py", line 133, in run_tests
suite.addTest(build_suite(app))
File "/home/lsoto/src/django.svn.trunk/django/test/simple.py", line 59, in build_suite
test_module = get_tests(app_module)
File "/home/lsoto/src/django.svn.trunk/django/test/simple.py", line 17, in get_tests
test_module = __import__('.'.join(app_path + [TEST_MODULE]), {}, {}, TEST_MODULE)
File "/home/lsoto/src/django.svn.trunk/tests/regressiontests/file_uploads/tests.py", line 0
SyntaxError: mismatched input
expecting DEDENT (tests.py, line 0)