Opened 12 years ago

Last modified 12 years ago

#17347 closed Bug

regressiontests.servers.tests.AdminMediaHandlerTests.test_media_urls fails on Windows — at Version 1

Reported by: Sergiy Kuzmenko Owned by: Ramiro Morales
Component: contrib.admin Version: dev
Severity: Release blocker Keywords: regressiontests
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by Ramiro Morales)

======================================================================
FAIL: test_media_urls (regressiontests.servers.tests.AdminMediaHandlerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\work\src\django-svn\trunk\tests\regressiontests\servers\tests.py", line 63, in test_media_urls
    "Got: %s, Expected: %s, URL was: %s" % (output, desired, url))
AssertionError: Got: D:\work\src\django-svn\trunk\django\contrib\admin\static\admin\css\base.css, Expected: d:\work\src\
django-svn\trunk\django\contrib\admin\static\admin\css\base.css, URL was: /static/admin/css/base.css

Both output and desired need to be normcase'd. Patch attached.

Change History (2)

by Sergiy Kuzmenko, 12 years ago

Attachment: test_media_urls.diff added

comment:1 by Ramiro Morales, 12 years ago

Description: modified (diff)
Owner: changed from nobody to Ramiro Morales
Status: newassigned

Thanks.

(Please use the Preview Trac functionality before submitting a ticket or a comment to avoid obvious formatting errors.)

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