[PropertyTest]: passed all.

Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/302fc961
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/302fc961
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/302fc961

Branch: refs/heads/master
Commit: 302fc961d6e484500a4b51daa560e7c672fd4b89
Parents: 350e2e6
Author: DO YUNG YOON <[email protected]>
Authored: Mon Apr 10 23:34:39 2017 +0900
Committer: DO YUNG YOON <[email protected]>
Committed: Mon Apr 10 23:35:00 2017 +0900

----------------------------------------------------------------------
 s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/302fc961/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala
----------------------------------------------------------------------
diff --git a/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala 
b/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala
index 7e037b8..0b16b23 100644
--- a/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala
+++ b/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala
@@ -532,10 +532,9 @@ object S2Graph {
 @Graph.OptOuts(value = Array(
 //  new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.EdgeTest", 
method="*", reason="no"), // pass
 //  new 
Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.GraphConstructionTest",
 method="*", reason="no"), // pass
+//  new 
Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.PropertyTest", 
method="*", reason="no"), // pass
 
   new 
Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.FeatureSupportTest", 
method="*", reason="no"), // pass
-  new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.PropertyTest", 
method="*", reason="no"), // pass
-
   new 
Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.VertexPropertyTest", 
method="*", reason="no"), // pass
   new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.VertexTest", 
method="*", reason="no"), // pss
 

Reply via email to