Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339274 - [Test] Web Service test failing if CDT installed
Summary: [Test] Web Service test failing if CDT installed
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.7 M7   Edit
Assignee: Chris Goldthorpe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-08 14:39 EST by Chris Goldthorpe CLA
Modified: 2011-04-29 14:24 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.