Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
file system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Oct 2009 at 20:57 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dries commentedIt looks like we have a hole in our test coverage here so marking 'code needs tests'.
Comment #2
jim0203 commentedIn any event, this reviews fine. file_scheme_default is not a valid variable; the one that is required here is file_default_scheme. Pass.
Comment #3
c960657 commentedAdded some tests.
Comment #4
dries commentedThanks for writing some extra tests! Committed to CVS HEAD. :)