Opened 13 years ago

Closed 12 years ago

#15656 closed Bug (duplicate)

Hardcoded servername in test_shortcut_view (django.contrib.contenttypes.tests.ContentTypesTests)

Reported by: souvikdg Owned by: nobody
Component: contrib.contenttypes Version: 1.2
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Line 74 in http://code.djangoproject.com/browser/django/trunk/django/contrib/contenttypes/tests.py has example.com hardcoded. If I use a fixture to set a different site as my default site, the test fails.

Change History (7)

comment:1 by Julien Phalip, 13 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Gabriel Hurley, 13 years ago

Component: Contrib appscontrib.contenttypes

comment:3 by Luke Plant, 13 years ago

Type: Bug

comment:4 by Luke Plant, 13 years ago

Severity: Normal

comment:5 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:7 by Claude Paroz, 12 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #15554

Note: See TracTickets for help on using tickets.
Back to Top