[ 
https://issues.apache.org/jira/browse/TINKERPOP3-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette updated TINKERPOP3-984:
----------------------------------------
    Affects Version/s: 3.0.2-incubating
        Fix Version/s: 3.1.1-incubating
          Description: 
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}

  was:
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}

          Component/s: test-suite
              Summary: Use GraphProvider for id conversion in Groovy 
Environment test suite  (was: Script1.groovy: 1: unexpected char: '#' @ line 1, 
column 5.    g.V(#11:0).next())

Updated title to better reflect the issue being solved.

> Use GraphProvider for id conversion in Groovy Environment test suite
> --------------------------------------------------------------------
>
>                 Key: TINKERPOP3-984
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-984
>             Project: TinkerPop 3
>          Issue Type: Improvement
>          Components: test-suite
>    Affects Versions: 3.0.2-incubating
>            Reporter: Marvin Froeder
>            Assignee: stephen mallette
>             Fix For: 3.1.1-incubating
>
>
> 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)

Reply via email to