Github user okram commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/446#discussion_r89875249
--- Diff:
gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/ValueMapTest.java
---
@@ -125,6 +131,30 @@ public void g_VX1X_outXcreatedX_valueMap() {
}
+ /**
+ * TINKERPOP-1483
+ *
+ */
+ @Test
+ @LoadGraphWith(MODERN)
+ public void valueMapHasObjectKeys() {
--- End diff --
This method is named wrong, it should be like the traversal generator
method name, minus the `get_` prefix.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---