GitHub user ashnazg opened a pull request: https://github.com/apache/storm/pull/928
Use File.separator for OS independence in Blobstore LocalizerTest This clears up one incidental issue shown on STORM-1378, the one test failure due solely to "/" vs "\" in the path comparison. This does _not_ solve the larger issue on STORM-1378. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ashnazg/storm fileSep Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/928.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #928 ---- commit 8e7a6f227cdaeb166f743ed931df8d2508f31de1 Author: Chuck Burgess <cburg...@progressrail.com> Date: 2015-12-07T21:39:57Z use File.separator for OS independence; ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---