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

Bug 352790

Summary: XSL tests cannot handle spaces in its test file's paths
Product: [WebTools] WTP Source Editing Reporter: Remy Suen <remy.suen>
Component: wst.xslAssignee: Project Inbox <wst.xsl-inbox>
Status: NEW --- QA Contact: David Carver <d_a_carver>
Severity: normal    
Priority: P3 CC: thatnitind
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Remy Suen CLA 2011-07-21 14:02:07 EDT
I get 76 errors when I try to run XSLUITestSuite. It seems it doesn't like spaces.

java.net.URISyntaxException: Illegal character in path at index 18: file:/C:/Documents and Settings/remy/My Documents/Downloads/eclipse-SDK-M20110713-2200-win32b/ws/org.eclipse.wst.xsl.ui.tests/projectfiles/bug272760.xsl
	at java.net.URI$Parser.fail(URI.java:2821)
	at java.net.URI$Parser.checkChars(URI.java:2994)
	at java.net.URI$Parser.parseHierarchical(URI.java:3078)
	at java.net.URI$Parser.parse(URI.java:3026)
	at java.net.URI.<init>(URI.java:590)
	at java.net.URL.toURI(URL.java:919)
	at org.eclipse.wst.xsl.ui.tests.AbstractXSLUITest.setupTestProjectFiles(AbstractXSLUITest.java:81)
	at org.eclipse.wst.xsl.ui.tests.AbstractXSLUITest.setUp(AbstractXSLUITest.java:53)