noirbizarre / django.js

Javascript tools for Django
http://djangojs.readthedocs.org/en/latest/
GNU Lesser General Public License v3.0
181 stars 81 forks source link

Fix StorageGlobber test suite errors on Windows #39

Closed randlet closed 10 years ago

randlet commented 10 years ago

The StorageGlobber tests were failing on windows because the paths get normalized to use two slashed by os.path.join. Fixed by normalizing all paths in StorageGlobber and changing expected results in the tests to use the normalized form.

noirbizarre commented 10 years ago

Thanks (I don't test on Windows so I can't discover these issues)