Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Mar 2009 at 21:59 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
JamesAn commentedVoila. Teh fun..
Comment #3
JamesAn commentedBut it works! I applied it on my local D7 instance and the tests pass. -.-"
The modules/node/node_test.info is now located in modules/node/tests/node_test.info, which was the whole point. #408982: Skip syntax check if file doesn't exist points out the bug in PIFR, where patches that delete files throw a "Failed: Invalid PHP syntax" error as PIFR attempts to execute the deleted file anyway.
Comment #4
JamesAn commentedHmm.. does setting the status back to needs review schedule a retest? Only one way to find out!
Comment #5
dave reidLooks good and 10687 passes is the current magic number so all the tests ran.
Comment #6
dries commentedCommitted to CVS HEAD. Thanks!