pieter martin created TINKERPOP3-1001:
-----------------------------------------

             Summary: SugarLoaderPerformanceTest contains hardcoded vertex ids
                 Key: TINKERPOP3-1001
                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-1001
             Project: TinkerPop 3
          Issue Type: Bug
          Components: test-suite
    Affects Versions: 3.1.1-incubating
            Reporter: pieter martin
            Priority: Minor


The following tests have hardcoded ids,

SugarLoaderPerformanceTest.java_g_VX1X_name
SugarLoaderPerformanceTest.groovy_g_VX1X_name
SugarLoaderPerformanceTest.java_g_VX1X_outE
SugarLoaderPerformanceTest.groovy_g_VX1X_outE 

Replacing the integer with 
{noformat}
graphProvider.convertId(1, Vertex.class)
{noformat}
resolves the issue.

I'll submit a PR for this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to