Skip to content

Fix tests failing failing when the test directory contains spaces #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2018
Merged

Fix tests failing failing when the test directory contains spaces #44

merged 1 commit into from
Feb 6, 2018

Conversation

plamentotev
Copy link
Member

new File( markerResource.getPath() ) does not work when markerResource contains spaces or other characters that are URL encoded. The File constructor that takes URI as argument, takes care of those cases.

`new File( markerResource.getPath() )` does not work when `markerResource`
contains spaces or other characters that are URL encoded.
The `File` constructor that takes URI as argument, takes care of those
cases.
@plamentotev
Copy link
Member Author

I hope I'm not overdoing it with those 'fix spaces' fixes but my home folder (as you may have guessed) contains space 😆

@olamy olamy merged commit c33e1c8 into codehaus-plexus:master Feb 6, 2018
@plamentotev plamentotev deleted the fix-tests branch February 7, 2018 04:08
@rfscholte rfscholte added this to the 2.8.3 milestone Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants