﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16203	'servers' test fails on Windows	Dmitry Jemerov	nobody	"The failure happens because the expected path is normalized with os.path.normcase, but the actually returned path is not.

{{{

C:\Python27\python.exe C:/src/django/django/tests/runtests.py --settings=test_sqlite servers
Creating test database for alias 'default'...
Creating test database for alias 'other'...
F
======================================================================
FAIL: test_media_urls (regressiontests.servers.tests.AdminMediaHandlerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""C:\src\django\django\tests\regressiontests\servers\tests.py"", line 62, in test_media_urls
    ""Got: %s, Expected: %s, URL was: %s"" % (output, desired, url))
AssertionError: Got: C:\src\django\django\django\contrib\admin\media\css\base.css, Expected: c:\src\django\django\django\contrib\admin\media\css\base.css, URL was: /static/admin/css/base.css

----------------------------------------------------------------------
Ran 1 test in 0.001s

FAILED (failures=1)
Destroying test database for alias 'default'...
Destroying test database for alias 'other'...
}}}"	Bug	closed	contrib.admin	1.3	Release blocker	fixed			Accepted	1	0	0	0	0	0
