google-code-export / django-mptt

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

Tests are broken with the latest django from trunk #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn co django
2. svn co django-mptt
3. django-admin.py test --settings=mptt.tests.settings

What is the expected output? What do you see instead?
Tests ok

What version of the product are you using? On what operating system?
Django 1.0-alpha-SVN-8225
django-mptt r105

Original issue reported on code.google.com by Ari...@gmail.com on 7 Aug 2008 at 8:27

GoogleCodeExporter commented 9 years ago
This seems to be caused by the signals refactor:

http://code.djangoproject.com/changeset/8223

Original comment by lord.ma...@gmail.com on 15 Aug 2008 at 10:30

GoogleCodeExporter commented 9 years ago
Just to confirm that I have seen this with Django Alpha as well.

Original comment by tim%timc...@gtempaccount.com on 24 Aug 2008 at 6:46

GoogleCodeExporter commented 9 years ago
Fixed by brosner in revision 106

Original comment by jonathan.buchanan on 12 Oct 2008 at 1:05