SSTableImportTest fails on Windows because of because of malformed file path
----------------------------------------------------------------------------
Key: CASSANDRA-3043
URL: https://issues.apache.org/jira/browse/CASSANDRA-3043
Project: Cassandra
Issue Type: Bug
Components: Tests
Environment: Windows
Reporter: Vladimir Loncar
Assignee: Vladimir Loncar
Priority: Trivial
SSTableImportTest uses URL.getPath() to create path to JSON files. This fails
on Windows in many cases (for example if there are spaces in path which get
encoded as %20 which Windows doesn't like). Trick is to create URI from URL
which satisfies all platforms.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira