#9613 closed (fixed)
Missing authtestdata.json in Django-1.0.1-final.tar.gz
Reported by: | aubonbeurre | Owned by: | jbronn |
---|---|---|---|
Component: | Uncategorized | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Sorry if it is a dup, but contrib/auth/fixtures/authtestdata.json and contrib/auth/tests/templates/registration/login.html seem to be missing in Django-1.0.1-final.tar.gz, compared to svn.
This shows-up when doing regression testing of the auth module:
FAIL: test_password_change_fails_with_invalid_old_password (django.contrib.auth.tests.views.ChangePasswordTest) File "j:\sources\facedetector\djangoserver\pythonlib\django\contrib\auth\tests\views.py", line 115, in login self.assertEquals(response.status_code, 302) AssertionError: 200 != 302
I'm on Windows.
Attachments (1)
Change History (9)
comment:1 by , 16 years ago
comment:3 by , 16 years ago
Sorry, these have not been fixed in the code yet -- I was clearly distracted when I read this originally since I thought it mentioned gis, not auth. We need to fix these as well.
by , 16 years ago
Attachment: | manifest_contrib_changes.diff added |
---|
Adds missing contrib directories without code in auth and formtools to the MANIFEST.in
comment:4 by , 16 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Confirmed. Also, the templates for django.contrib.formtools
were not included in MANIFEST.in
.
comment:5 by , 16 years ago
Description: | modified (diff) |
---|
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Yes, the problem is known. The changes needed to include these files in the distribution tarball were made in r9437/r9474. I don't know what the plans are for rolling a new release, though.