pombreda / django-tasks

Automatically exported from code.google.com/p/django-tasks
0 stars 0 forks source link

Test failure #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
test failure:

======================================================================
FAIL: test_tasks_run_required_task_successful (djangotasks.tests.ViewsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/private/tmp/bittenlmv3C-/build_toolkit-with-spaces_35919/trunk/subdir 
with space/portal/djangotasks/tests.py", line 403, in 
test_tasks_run_required_task_successful
u'Run a task with a required task finished successfully on ', complete_log)
AssertionError: u'Run a successful task started on \nrunning 
something...\nstill running...\n\nRun a successful task finished successfully 
on \nRun a task with a required task started on \nrunning required...\n\nRun a 
task with a required task finished successfully on ' != u'Run a successful task 
started on Aug. 8, 2010 at 9:33 a.m.\nrunning something...\nstill 
running...\n\nRun a successful task finished successfully on Aug. 8, 2010 at 
9:33 a.m.\nRun a task with a required task started on Aug. 8, 2010 at 9:33 
a.m.\nrunning required...\n\nRun a task with a required task finished 
successfully on Aug. 8, 2010 at 9:33 a.m.'

May be the assertion should be more flexible to ignore the time stamps?

Original issue reported on code.google.com by pombreda...@gmail.com on 8 Aug 2010 at 3:33

GoogleCodeExporter commented 9 years ago
This has been fixed

Original comment by farial...@gmail.com on 23 Sep 2010 at 1:36