I'm getting 35 failures with spaces in the file name, 1 without. The failures have several different forms, but I suspect most of them come down to constructing a URL from a file path without going through the special character quoting step.

I've uploaded the output from the test to http://www.patriciashanahan.com/apache/myQALog.txt

Patricia

On 7/9/2010 4:01 AM, Peter Firmstone wrote:
Looks like the test needs to be updated to handle URL's with spaces.
How many tests fail with spaces in file paths?

Patricia Shanahan wrote:
On of the simplifying steps I took to try to set up River development
on a Windows box was use of a space-free path. I have since retested
under "My Documents" and get QA test failures of the form:

[java] com.sun.jini.qa.harness.TestException:
[java]
getResource(com/sun/jini/test/spec/loader/util/resources/files/file02)
[java]
returned:jar:file:/C:/Documents%20and%20Settings/Administrator/My%20Documents/apache_development/checkout/jtsk/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loader/util/resources/files/file02

[java] expected:jar:file:/C:/Documents and Settings/Administrator/My
Documents/apache_development/checkout/jtsk/trunk/qa/lib/jinitests.jar!/com/sun/jini/test/spec/loader/util/resources/files/file02

[java] at
com.sun.jini.test.spec.loader.pref.preferredClassLoader.GetResources.testCase(Unknown
Source)
[java] at
com.sun.jini.test.spec.loader.pref.preferredClassLoader.GetResources.run(Unknown
Source)
[java] at com.sun.jini.qa.harness.MasterTest.doTest(Unknown Source)
[java] at com.sun.jini.qa.harness.MasterTest.main(Unknown Source)

The expected URL leaves the spaces as spaces. The returned URL has the
spaces replaced, as is normal inside a URL, by %20.

Patricia




Reply via email to