Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 352790 - XSL tests cannot handle spaces in its test file's paths
Summary: XSL tests cannot handle spaces in its test file's paths
Status: NEW
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.xsl (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: David Carver CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-21 14:02 EDT by Remy Suen CLA
Modified: 2011-07-21 14:02 EDT (History)
1 user (show)

See Also:


Attachments

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