Closed (fixed)
Project:
Services
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2011 at 19:25 UTC
Updated:
17 May 2011 at 00:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
kylebrowning commentedWhere? what line? What file?
Comment #2
robloachAh, already fixed in 3.x-dev :-) ... rc1 had
_system_service_set_variableinstead of_system_resource_get_variable.... Yay! Services 3.x rules my face!!!!!Comment #3
robloachWell, what about this? Adds a "del_variable" action, makes the $default argument of variable_get optional and removes the proxy functions and just calls the methods directly.
Comment #4
kylebrowning commentedTests pass, looks good, can you add a test for the new del_variable action
Comment #5
kylebrowning commentedComment #6
robloachI think I'm rage quitting on how long running tests take..... #913086: Allow modules to provide default configuration for running tests
Comment #7
kylebrowning commentedYeah Rob, its SUPER annoying. 6.x was much faster. Lets start a revolution!
Thanks for the patch, running System Resource tests now :P
Comment #8
kylebrowning commentedThe tests dont pass, b/c you need to enable the del_variable method for the system resource, attached patch fixes this, and all tests pass so Im comitting and marking as patch to be ported.
Comment #9
kylebrowning commented