Problem with Test Case:
javax/xml/namespace/QNameTest/testGoodDeserializeQNameWithoutPrefix()
---------------------------------------------------------------------------------------------
Key: WODEN-63
URL: http://issues.apache.org/jira/browse/WODEN-63
Project: Woden
Issue Type: Bug
Components: Validation
Environment: WinXP: Testcases situated in directory whose path
contains whitespace (such as C:\Documents And Settings)
Reporter: Graham Turrell
Priority: Minor
where the working directory path contains one or more spaces in the name, this
test throws an error. The reason is that Classloader.getResource() returns a
URL object which correctly substitutes space character with the substring
"%20". The test attempts to open a FileInputStream using the resultant String
as the filename, without and conversion back to space character, thus throwing
a FileNotFoundException.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]