Ticket #13750: 13750_tests_2.txt

File 13750_tests_2.txt, 3.2 KB (added by Aksel, 9 years ago)

Updated test results

Line 
1Creating test database for alias 'default'...
2Creating test database for alias 'other'...
3...........................F......F......F............F......F.....F.................................................................................................................................
4======================================================================
5FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldDimensionsFirstTests)
6----------------------------------------------------------------------
7Traceback (most recent call last):
8 File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
9 self.assertEqual(p.mugshot.was_opened, False)
10AssertionError: True != False
11
12======================================================================
13FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldNoDimensionsTests)
14----------------------------------------------------------------------
15Traceback (most recent call last):
16 File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
17 self.assertEqual(p.mugshot.was_opened, False)
18AssertionError: True != False
19
20======================================================================
21FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldOneDimensionTests)
22----------------------------------------------------------------------
23Traceback (most recent call last):
24 File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
25 self.assertEqual(p.mugshot.was_opened, False)
26AssertionError: True != False
27
28======================================================================
29FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldTwoDimensionsTests)
30----------------------------------------------------------------------
31Traceback (most recent call last):
32 File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
33 self.assertEqual(p.mugshot.was_opened, False)
34AssertionError: True != False
35
36======================================================================
37FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldUsingFileTests)
38----------------------------------------------------------------------
39Traceback (most recent call last):
40 File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
41 self.assertEqual(p.mugshot.was_opened, False)
42AssertionError: True != False
43
44======================================================================
45FAIL: test_dimensions (model_fields.test_imagefield.TwoImageFieldTests)
46----------------------------------------------------------------------
47Traceback (most recent call last):
48 File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 445, in test_dimensions
49 self.assertEqual(p.mugshot.was_opened, False)
50AssertionError: True != False
51
52----------------------------------------------------------------------
53Ran 197 tests in 0.220s
54
55FAILED (failures=6)
56Destroying test database for alias 'default'...
57Destroying test database for alias 'other'...
Back to Top