You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by cameronlee314 <gi...@git.apache.org> on 2018/06/22 23:50:47 UTC

[GitHub] samza pull request #562: Minor: Changing tests which use resource files to u...

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 <ca...@...>
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

----


---

[GitHub] samza pull request #562: Minor: Changing tests which use resource files to u...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/562


---