Changes between Initial Version and Version 1 of Ticket #26591


Ignore:
Timestamp:
May 6, 2016, 10:32:31 AM (8 years ago)
Author:
Tim Graham
Comment:

The final version of the patch shouldn't put the assertions in tearDown(), if possible.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26591

    • Property Triage Stage UnreviewedAccepted
  • Ticket #26591 – Description

    initial v1  
    1 The manifest created by `ManifestStaticFilesStorage` on Windows has some incorrect keys (haven't determined the pattern yet) where slashes are '\\' instead of '/'.
     1The manifest created by `ManifestStaticFilesStorage` on Windows has some incorrect keys (haven't determined the pattern yet) where slashes are `'\\'` instead of '/'.
    22
    33This silently 'succeeds' because `HashedFilesMixin` will hash the original file on a 'cache miss' (in the case of `ManifestStaticFilesStorage` it's a manifest miss) and insert the result into the in-memory hashed files map.
Back to Top