[
https://issues.apache.org/jira/browse/TINKERPOP3-984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15019059#comment-15019059
]
ASF GitHub Bot commented on TINKERPOP3-984:
-------------------------------------------
Github user okram commented on the pull request:
https://github.com/apache/incubator-tinkerpop/pull/150#issuecomment-158556964
This is not how this should be done. There is a bug in the
`GremlinGroovyScriptEngineOverGraphTest.java` test. Please see how we do it in
the, for example, `GroovyGroupTest.groovy` in `gremlin-groovy-test`. Thus,
instead of changing `GraphProvider`, we need to change
`GremlinGroovyScriptEngineOverGraphTest` to use the standard model.
> Script1.groovy: 1: unexpected char: '#' @ line 1, column 5.
> g.V(#11:0).next()
> --------------------------------------------------------------------------------
>
> Key: TINKERPOP3-984
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-984
> Project: TinkerPop 3
> Issue Type: Improvement
> Reporter: Marvin Froeder
>
> Groovy related tests rely on ID.toString(), which can cause problems with any
> implementation that uses non-primitive ids:
> {code}
> Script1.groovy: 1: unexpected char: '#' @ line 1, column 5.
> g.V(#11:0).next()
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)