Title: Message Title
Stephen Kurlow edited a comment on an issue
JBehave / Bug JBEHAVE-712
Spaces in path breaks StoryFinder().findPaths()
Constructions like:
List<String> storyPaths = new StoryFinder().findPaths(codeLocationFromClass(getClass()), "**/*.story", "**/*examples.story");
or
List<String> storyPaths = new StoryFinder().findPaths(codeLocationFromPath("somePath"), "**/*.story", "**/*examples.story");
doesn't work when there are spaces in a path (which are replaced to %20).

An...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to