Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jun 2011 at 01:48 UTC
Updated:
14 Jul 2011 at 02:02 UTC
Jump to comment: Most recent file
I fail at life. :(
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webchick-fails-at-life.patch | 1.38 KB | webchick |
Comments
Comment #1
webchickComment #2
pwolanin commentedby eye
Comment #3
webchickSigh. :(
This problem was caused by applying the patch twice in various shenanigans that went on with the release, and not inspecting the diff closely enough to catch that git appended the same new file twice, to itself. Patch removes the second copy of the file.
Before patch: Running the node access entity query alter test would result in an error more or less like: "FAILED: [[SimpleTest]]: [MySQL] Invalid PHP syntax in modules/node/tests/node_access_test.install."
No longer does so now.
Committed to 7.x.