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

Bug 339274

Summary: [Test] Web Service test failing if CDT installed
Product: [Eclipse Project] Platform Reporter: Chris Goldthorpe <cgold>
Component: User AssistanceAssignee: Chris Goldthorpe <cgold>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.7   
Target Milestone: 3.7 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Chris Goldthorpe CLA 2011-03-08 14:39:33 EST
I20110307-0800

Help/Install new software, a dialog titled "Install" opens.
In the work with combo select Indigo
Check programming languages/C C++ development tools
Hit next, accept any license agreements and finish the wizard
After the software has installed click "RESTART NOW" when asked to restart Eclipse
Run the UA Tests

Expected result: all tests pass
Actual result: testTocServiceXMLSchema() fails

not valid. Details: cvc-complex-type.3.2.2: Attribute 'id' is not allowed to appear in element 'toc'.

The tests seem to be making assumptions about Tocs that are not valid. Although the "id" attribute is ignored for a <toc> element it is not illegal and this can lead to test failures even though the help system is working correctly.
Comment 1 Chris Goldthorpe CLA 2011-04-25 18:10:33 EDT
The test has been commented out.