[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: JBoss with spaces in the directory name

mstruk do-not-reply at jboss.com
Fri Aug 22 07:38:56 EDT 2008


I was checking if spaces issue is fixed and it doesn't seem to be. So tracing it back to the source I'm seeing test failures in jboss-common-core:


  | Running org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase
  | file:/C:/path%20with%20space/tst.xml != file:/path with space/tst.xml
  | Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec <<< FAILURE!
  | 

The failing test is the one testing URL encoding/decoding:

  | Transform(org.jboss.util.propertyeditor.URLEditor at 7e5a9de6) of file:/path with space/tst.xml equals file:/C:/path with space/tst.xml, output=file:/C:/path%20with%20space/tst.xml
  | 

As if JBCOMMON-60 has crept back ...

- marko


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171999#4171999

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171999



More information about the jboss-dev-forums mailing list