Bugzilla – Bug 900
RawTestConfigLoad::Default does not load configurations
Last modified: 2010-05-30 23:45:02 UTC
RawTestConfigLoad::Default() checks for type == "global" instead of "default" on line 123, hence defaults values are not loaded.
Created attachment 899 [details] Proposed patch. Proposed patch fixing the bug. I haven't changed the layout of the code though (it doesn't conform to the coding style). I can change the layout as well though.
changeset: 06d80fe1d3b0
(In reply to comment #1) > Created an attachment (id=899) [details] > Proposed patch. > > Proposed patch fixing the bug. I haven't changed the layout of the code though > (it doesn't conform to the coding style). I can change the layout as well > though. I think we can handle the layout issue once we move it out of src/contrib in a future release cycle.