Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node system
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
12 Feb 2014 at 17:40 UTC
Updated:
29 Jul 2014 at 23:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Stuart Miller commentedPatch to change class name to match filename as Git doesn't pickup filname case changes. Can be kind of made to but doesn't seem very reliable.
Comment #2
dawehnerGiven that this might result in a non-running test (not sure) I would consider this as at least major.
Comment #3
star-szrI mentioned on IRC that if we change the class name instead of the file name we should change the @file as well.
Comment #4
Stuart Miller commentedThis patch file will change FrontpageTest.php to FrontPageTest.php.
It needs to be applied on an operating system with a case sensitive filesystem.
Another issue I ran into was applying the patch in a Debian virtual machine where my files were in a folder mounted via a NFS share, which is not case sensitive.
Comment #5
Stuart Miller commentedComment #6
Stuart Miller commentedError in uploading previous patch file, this is the correct one.
Comment #7
star-szrGreat, thanks!
Comment #8
alexpottCommitted a1c6a9d and pushed to 8.x. Thanks!