GitHub user cameronlee314 opened a pull request:
https://github.com/apache/samza/pull/562
Minor: Changing tests which use resource files to use Class.getResource
instead of File to get the path to the resource; without this change, these
tests fail when run in the IDE
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cameronlee314/samza get_resource
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/562.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 #562
----
commit 8bc1a43609ac324bd3bfaefc86ff9d4bfad8b5a1
Author: Cameron Lee <calee@...>
Date: 2018-06-22T23:48:56Z
Minor: Changing tests which use resource files to use Class.getResource
instead of File to get the path to the resource; without this change, these
tests fail when run in the IDE
----
---