Opened 16 years ago
Closed 16 years ago
#8635 closed (duplicate)
Test runner sets SERVER_PORT to int
Reported by: | adamlofts | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The main django wsgi handler sets e.g. SERVER_PORT = '80' but the test runner always sers SERVER_PORT = 80.
Note:
See TracTickets
for help on using tickets.
Incomplete; duplicated in #8636