You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/08/25 14:34:35 UTC

[16/50] incubator-tinkerpop git commit: trivial patch to add extra feature requirement on EdgeTest.shouldGetPropertyKeysOnEdge().

trivial patch to add extra feature requirement on EdgeTest.shouldGetPropertyKeysOnEdge().


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/856daac9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/856daac9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/856daac9

Branch: refs/heads/tp30
Commit: 856daac96a50e34943a9bdda20b9e219539d4f83
Parents: eeb55da
Author: Jason Brown <ja...@gmail.com>
Authored: Tue Aug 4 06:18:17 2015 -0700
Committer: Jason Brown <ja...@gmail.com>
Committed: Tue Aug 4 06:18:17 2015 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/tinkerpop/gremlin/structure/EdgeTest.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/856daac9/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/EdgeTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/EdgeTest.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/EdgeTest.java
index ab41925..2161f89 100644
--- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/EdgeTest.java
+++ b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/EdgeTest.java
@@ -215,6 +215,7 @@ public class EdgeTest {
 
         @Test
         @FeatureRequirement(featureClass = Graph.Features.EdgeFeatures.class, feature = Graph.Features.EdgeFeatures.FEATURE_ADD_EDGES)
+        @FeatureRequirement(featureClass = Graph.Features.EdgeFeatures.class, feature = Graph.Features.EdgeFeatures.FEATURE_REMOVE_PROPERTY)
         @FeatureRequirement(featureClass = Graph.Features.VertexFeatures.class, feature = Graph.Features.VertexFeatures.FEATURE_ADD_VERTICES)
         @FeatureRequirement(featureClass = Graph.Features.EdgePropertyFeatures.class, feature = FEATURE_STRING_VALUES)
         public void shouldGetPropertyKeysOnEdge() {