Github user pujav65 commented on the issue:
https://github.com/apache/incubator-rya/pull/264
I like what Eric did. Is the issue that the test is failing, or that this
shell command just doesn't work in windows? If the latter, then Eric's
approach seems fine. If the former, then maybe Kevin is right and we should
just fix the test to use File.separator() or something like that. I looked at
the underlying implementation of loadStatementsFile, and it delegates to
Sesame/OpenRDF.
I don't like Eric's suggestion of replaceAll -- its less readable.
---