Closed (fixed)
Project:
Services
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2011 at 02:22 UTC
Updated:
11 May 2011 at 18:41 UTC
Jump to comment: Most recent file
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 1136052_tidy.patch | 1.04 KB | sylvain lecoy |
| #1 | 1136052_tidy.patch | 1.6 KB | sylvain lecoy |
Comments
Comment #1
sylvain lecoy commentedSee attached patch
Comment #2
marcingy commentedLooks good to me, none of the files being removed have classes to dynamically load.
Comment #3
sylvain lecoy commentedHang on, it actually introduce a bad situation where all test related files are not seen anymore by the SimpleTest framework.
Comment #4
kylebrowning commentedyeah this is required by SimpleTest unfortunately
Comment #5
kylebrowning commentedComment #6
sylvain lecoy commentedHere it is
Comment #7
kylebrowning commentedWhy is services.runtime.inc not removed but everything else is?
Comment #8
sylvain lecoy commentedservices.runtime.inc is the only file containing classes so to load them up without including files we need to tell drupal registry to lookup in there.
Comment #9
kylebrowning commented