﻿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
15384	TestAppDirectoriesFinder fails in Windows	anonymous	nobody	"I ran the Django 1.3 beta 1 tests using the included sqlite backend in a Windows 7 machine. The [http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/staticfiles_tests/tests.py#L371 TestAppDirectoriesFinder] failed because of the Windows slashes:

{{{
======================================================================
FAIL: test_find_all (regressiontests.staticfiles_tests.tests.TestAppDirectoriesFinder)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""C:\Users\cesar\Documents\apps\Django-1.3-beta-1\tests\regressiontests\staticfiles_tests\tests.py"", line 323, in test_find_all
    self.assertEquals(self.finder.find(src, all=True), dst)
AssertionError: Lists differ: [u'c:\\users\\cesar\\documents... != ['C:\\Users\\cesar\\Documents\...

First differing element 0:
c:\users\cesar\documents\apps\django-1.3-beta-1\tests\regressiontests\staticfiles_tests\apps\test\static\test\file1.txt
C:\Users\cesar\Documents\apps\Django-1.3-beta-1\tests\regressiontests\staticfiles_tests\apps/test/static/test/file1.txt

- [u'c:\\users\\cesar\\documents\\apps\\django-1.3-beta-1\\tests\\regressiontests\\staticfiles_tests\\apps\\test\\static\\test\\file1.txt']
?  - ^   ^             ^                ^                                                                 ^^    ^^      ^^    ^^

+ ['C:\\Users\\cesar\\Documents\\apps\\Django-1.3-beta-1\\tests\\regressiontests\\staticfiles_tests\\apps/test/static/test/file1.txt']
?   ^   ^             ^                ^                                                                 ^    ^      ^    ^
}}}"		closed	Uncategorized	1.3-beta		duplicate			Unreviewed	0	0	0	0	0	0
