GitHub user jtstorck opened a pull request:
https://github.com/apache/nifi/pull/2988
NIFI-5574 Removed usage of Paths.get() due to TEST_RES_PATH being resâ¦
â¦olved to a string from a URI, which results in platform-specific path
information (C:\) when tests are run on Windows.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jtstorck/nifi NIFI-5574
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2988.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 #2988
----
commit c1a0ddca321a4ee7ae61ff853a9610d679ce28cc
Author: Jeff Storck <jtswork@...>
Date: 2018-09-04T21:36:20Z
NIFI-5574 Removed usage of Paths.get() due to TEST_RES_PATH being resolved
to a string from a URI, which results in platform-specific path information
(C:\) when tests are run on Windows.
----
---