Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1.1-incubating
-
None
Description
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
graphProvider.convertId(1, Vertex.class)
resolves the issue.
I'll submit a PR for this.