[
https://issues.apache.org/jira/browse/TINKERPOP-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15331673#comment-15331673
]
ASF GitHub Bot commented on TINKERPOP-1320:
-------------------------------------------
GitHub user pluradj opened a pull request:
https://github.com/apache/tinkerpop/pull/336
TINKERPOP-1320 fix GremlinGroovyScriptEngineFileSandboxTest resource loading
https://issues.apache.org/jira/browse/TINKERPOP-1320
Passed `mvn clean install -DincludeNeo4j` and integration tests cleanly.
May be CTR worthy. Let me know.
VOTE: +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1320
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/336.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 #336
----
commit 11491010f151d32ce80d7b9fdb88f17f57181fd8
Author: Jason Plurad <[email protected]>
Date: 2016-06-15T12:49:17Z
fix GremlinGroovyScriptEngineFileSandboxTest resource loading
----
> GremlinGroovyScriptEngineFileSandboxTest throws error: URI is not hierarchical
> ------------------------------------------------------------------------------
>
> Key: TINKERPOP-1320
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1320
> Project: TinkerPop
> Issue Type: Bug
> Components: test-suite
> Affects Versions: 3.2.0-incubating, 3.1.2-incubating
> Reporter: Jason Plurad
> Assignee: Jason Plurad
> Priority: Minor
> Fix For: 3.1.3, 3.2.1
>
>
> This is similar to TINKERPOP-1317. The differences here are
> * The {{TestHelper.generateTempFileFromResource()}} call to load the resource
> is happening from the {{public static void init()}} method before a graph
> instance is available.
> * A reference to {{GremlinGroovyScriptEngineFileSandboxTest.class}} is still
> required to located the {{sandbox.yaml}} found in the {{gremlin-test.jar}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)