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

Bug 338841

Summary: [Test] Failing tests in N20110302-2000 - can't open schema file
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 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch none

Description Chris Goldthorpe CLA 2011-03-03 12:58:46 EST
N20110302-2000

10 of the new Webapp Service tests are failing in a similar fashion, here is a typical result.

testRemoteSearchXMLSchema	Failure	URL: "http://localhost:44691/help/vs/service/advancedsearch?searchWord=jehcyqpfjs+vkrhjewiwh" is expected:<[valid]> but was:<[Exception e: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://localhost:44691/help/test/schema/xml/advancedsearch.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.]>

junit.framework.ComparisonFailure: URL: "http://localhost:44691/help/vs/service/advancedsearch?searchWord=jehcyqpfjs+vkrhjewiwh" is expected:<[valid]> but was:<[Exception e: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://localhost:44691/help/test/schema/xml/advancedsearch.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.]>
Comment 1 Chris Goldthorpe CLA 2011-03-03 13:03:54 EST
Created attachment 190295 [details]
Patch
Comment 2 Chris Goldthorpe CLA 2011-03-03 13:05:38 EST
A directory used by the tests was not exported. Patch committed to HEAD.