Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 444386

Summary: [tests] enable HttpUnit logging toggle
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: ServerAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 7.0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2014-09-17 11:47:50 EDT
There is a way to turn on logging with HttpUnit by calling:
HttpUnitOptions.setLoggingHttpHeaders(false);

I will add this to the top level AbstractServerTest leaving it off as is the default. 

This will make it easy to find should we need to turn debug on again.