Github user pluradj commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/335#discussion_r67160532
  
    --- Diff: 
gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/VertexTest.java
 ---
    @@ -280,10 +280,9 @@ public void 
shouldHaveExceptionConsistencyWhenIdNotSupportedForAddEdge() throws
             }
     
             @Test
    -        @FeatureRequirementSet(FeatureRequirementSet.Package.VERTICES_ONLY)
    -        @FeatureRequirement(featureClass = VertexPropertyFeatures.class, 
feature = FEATURE_INTEGER_VALUES)
    +        @FeatureRequirement(featureClass = 
Graph.Features.VertexFeatures.class, feature = 
Graph.Features.VertexFeatures.FEATURE_ADD_VERTICES)
             public void shouldHaveStandardStringRepresentation() {
    -            final Vertex v = graph.addVertex("name", "marko", "age", 34);
    +            final Vertex v = graph.addVertex();
    --- End diff --
    
    Yeah, I thought about just adding the `FEATURE_INTEGER_VALUES` annotation, 
but it seemed to me like the test didn't have anything to do with properties. I 
can add another test to test with `toString()` with properties.


---
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.
---

Reply via email to