Opened 12 years ago

Closed 12 years ago

#17347 closed Bug (fixed)

regressiontests.servers.tests.AdminMediaHandlerTests.test_media_urls fails on Windows

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.

Attachments (1)

test_media_urls.diff (1.2 KB ) - added by Sergiy Kuzmenko 12 years ago.

Download all attachments as: .zip

Change History (4)

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.)

comment:2 by Ramiro Morales, 12 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Aymeric Augustin, 12 years ago

Component: Testing frameworkcontrib.admin
Resolution: fixed
Severity: NormalRelease blocker
Status: assignedclosed

This is a duplicate of #16203 and it was fixed at r17280.

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