Ticket #768: errors.txt

File errors.txt, 8.5 KB (added by anonymous, 19 years ago)
Line 
1Running tests with database 'mysql'
2Creating test database
3Initializing test database
4Running app tests
5basic model: Importing
6basic model: Installing
7basic model: Running tests
8custom_columns model: Importing
9custom_columns model: Installing
10custom_columns model: Running tests
11custom_methods model: Importing
12custom_methods model: Installing
13custom_methods model: Running tests
14custom_pk model: Importing
15custom_pk model: Installing
16custom_pk model: Running tests
17get_latest model: Importing
18get_latest model: Installing
19get_latest model: Running tests
20lookup model: Importing
21lookup model: Installing
22lookup model: Running tests
23m2m_intermediary model: Importing
24m2m_intermediary model: Installing
25m2m_intermediary model: Running tests
26m2o_recursive model: Importing
27m2o_recursive model: Installing
28m2o_recursive model: Running tests
29m2o_recursive2 model: Importing
30m2o_recursive2 model: Installing
31m2o_recursive2 model: Running tests
32many_to_many model: Importing
33many_to_many model: Installing
34many_to_many model: Running tests
35many_to_one model: Importing
36many_to_one model: Installing
37many_to_one model: Running tests
38many_to_one_null model: Importing
39many_to_one_null model: Installing
40many_to_one_null model: Running tests
41one_to_one model: Importing
42one_to_one model: Installing
43one_to_one model: Running tests
44ordering model: Importing
45ordering model: Installing
46ordering model: Running tests
47repr model: Importing
48repr model: Installing
49repr model: Running tests
50save_delete_hooks model: Importing
51save_delete_hooks model: Installing
52save_delete_hooks model: Running tests
53subclassing model: Importing
54subclassing model: Installing
55subclassing model: Running tests
56Running other tests
57cache module: Importing
58dateformat module: Importing
59db_typecasts module: Importing
60defaultfilters module: Importing
61defaultfilters module: running tests
62markup module: Importing
63templates module: Importing
64templates module: running tests
65Template test: basic-syntax01 -- Passed
66Template test: basic-syntax02 -- Passed
67Template test: basic-syntax03 -- Passed
68Template test: basic-syntax04 -- Passed
69Template test: basic-syntax06 -- Passed
70Template test: basic-syntax07 -- Passed
71Template test: basic-syntax08 -- Passed
72Template test: basic-syntax09 -- Passed
73Template test: basic-syntax10 -- Passed
74Template test: basic-syntax11 -- Passed
75Template test: basic-syntax12 -- Passed
76Template test: basic-syntax13 -- Passed
77Template test: basic-syntax14 -- Passed
78Template test: basic-syntax15 -- Passed
79Template test: basic-syntax16 -- Passed
80Template test: basic-syntax17 -- Passed
81Template test: basic-syntax18 -- Passed
82Template test: basic-syntax19 -- Passed
83Template test: basic-syntax20 -- Passed
84Template test: basic-syntax21 -- Passed
85Template test: basic-syntax22 -- Passed
86Template test: basic-syntax23 -- Passed
87Template test: basic-syntax24 -- Passed
88Template test: basic-syntax25 -- Passed
89Template test: basic-syntax26 -- Passed
90Template test: basic-syntax27 -- Passed
91Template test: basic-syntax28 -- Passed
92Template test: basic-syntax29 -- Passed
93Template test: comment-tag01 -- Passed
94Template test: comment-tag02 -- Passed
95Template test: exception01 -- Passed
96Template test: exception02 -- Passed
97Template test: exception03 -- Passed
98Template test: exception04 -- Passed
99Template test: for-tag-vars01 -- Passed
100Template test: for-tag-vars02 -- Passed
101Template test: for-tag-vars03 -- Passed
102Template test: for-tag-vars04 -- Passed
103Template test: for-tag01 -- Passed
104Template test: for-tag02 -- Passed
105Template test: i18n01 -- Passed
106Template test: i18n02 -- Passed
107Template test: i18n03 -- Passed
108Template test: i18n04 -- Passed
109Template test: i18n05 -- Passed
110Template test: i18n06 -- Passed
111Template test: i18n07 -- Passed
112Template test: i18n08 -- Passed
113Template test: i18n09 -- Passed
114Template test: i18n10 -- FAILED. Got exceptions.TypeError, exception: 'str' object is not callable
115Template test: i18n11 -- Passed
116Template test: i18n12 -- Passed
117Template test: i18n13 -- FAILED. Got exceptions.TypeError, exception: 'str' object is not callable
118Template test: if-tag01 -- Passed
119Template test: if-tag02 -- Passed
120Template test: if-tag03 -- Passed
121Template test: ifequal01 -- Passed
122Template test: ifequal02 -- Passed
123Template test: ifequal03 -- Passed
124Template test: ifequal04 -- Passed
125Template test: ifequal05 -- Passed
126Template test: ifequal06 -- Passed
127Template test: ifequal07 -- Passed
128Template test: ifequal08 -- Passed
129Template test: ifequal09 -- Passed
130Template test: ifequal10 -- Passed
131Template test: ifnotequal01 -- Passed
132Template test: ifnotequal02 -- Passed
133Template test: ifnotequal03 -- Passed
134Template test: ifnotequal04 -- Passed
135Template test: inheritance01 -- Passed
136Template test: inheritance02 -- Passed
137Template test: inheritance03 -- Passed
138Template test: inheritance04 -- Passed
139Template test: inheritance05 -- Passed
140Template test: inheritance06 -- Passed
141Template test: inheritance07 -- Passed
142Template test: inheritance08 -- Passed
143Template test: inheritance09 -- Passed
144Template test: inheritance10 -- Passed
145Template test: inheritance11 -- Passed
146Template test: inheritance12 -- Passed
147Template test: inheritance13 -- Passed
148Template test: inheritance14 -- Passed
149Template test: inheritance15 -- Passed
150Template test: inheritance16 -- Passed
151Template test: inheritance17 -- Passed
152Template test: inheritance18 -- Passed
153Template test: inheritance19 -- Passed
154Template test: inheritance20 -- Passed
155Template test: inheritance21 -- Passed
156Template test: inheritance22 -- Passed
157Template test: inheritance23 -- Passed
158Deleting test database
159
160'one_to_one' module: API test raised an exception
161=================================================
162Code: "w = r.add_waiter(name='Joe')"
163Line: 40
164Exception: File "c:\tmp\django\tests\doctest.py", line 1243, in __run
165 compileflags, 1) in test.globs
166 File "<doctest one_to_one[13]>", line 1, in ?
167 w = r.add_waiter(name='Joe')
168 File "C:\Python24\lib\site-packages\django\utils\functional.py", line 3, in _curried
169 return args[0](*(args[1:]+moreargs), **dict(kwargs.items() + morekwargs.items()))
170 File "C:\Python24\lib\site-packages\django\core\meta\__init__.py", line 950, in method_add_related
171 obj = rel_mod.Klass(**init_kwargs)
172 File "C:\Python24\lib\site-packages\django\utils\functional.py", line 3, in _curried
173 return args[0](*(args[1:]+moreargs), **dict(kwargs.items() + morekwargs.items()))
174 File "C:\Python24\lib\site-packages\django\core\meta\__init__.py", line 762, in method_init
175 raise TypeError, "Invalid value: %r should be a %s instance, not a %s" % (f.name, f.rel.to, type(rel_obj))
176TypeError: Invalid value: 'restaurant' should be a <Options for restaurants> instance, not a <class 'django.models.one_to_one.Restaurant'>
177
178
179'one_to_one' module: API test raised an exception
180=================================================
181Code: 'w.save()'
182Line: 41
183Exception: File "c:\tmp\django\tests\doctest.py", line 1243, in __run
184 compileflags, 1) in test.globs
185 File "<doctest one_to_one[14]>", line 1, in ?
186 w.save()
187NameError: name 'w' is not defined
188
189
190'one_to_one' module: API test raised an exception
191=================================================
192Code: 'w'
193Line: 42
194Exception: File "c:\tmp\django\tests\doctest.py", line 1243, in __run
195 compileflags, 1) in test.globs
196 File "<doctest one_to_one[15]>", line 1, in ?
197 w
198NameError: name 'w' is not defined
199
200
201'dateformat' module: Error while importing
202==========================================
203 File "c:\tmp\django\tests\runtests.py", line 155, in run_tests
204 mod = __import__("othertests." + module, '', '', [''])
205 File "c:\tmp\django\tests\othertests\dateformat.py", line 71, in ?
206 time.tzset()
207AttributeError: 'module' object has no attribute 'tzset'
208
209
210'markup' module: Error while importing
211======================================
212 File "c:\tmp\django\tests\runtests.py", line 155, in run_tests
213 mod = __import__("othertests." + module, '', '', [''])
214 File "c:\tmp\django\tests\othertests\markup.py", line 51, in ?
215 assert rendered == markdown_content
216AssertionError
217
218
219'templates' module: Exception running tests
220===========================================
221 File "c:\tmp\django\tests\runtests.py", line 168, in run_tests
222 mod.run_tests(verbosity_level)
223 File "c:\tmp\django\tests\othertests\templates.py", line 304, in run_tests
224 raise Exception, msg
225Exception: Template tests ['i18n10', 'i18n13'] failed.
226
2276 errors:
Back to Top