[ReferenceVertexTest] 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/8cb62097 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/8cb62097 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/8cb62097 Branch: refs/heads/master Commit: 8cb6209756f86b3058085fe352d35032e3cc3bb4 Parents: 818cfec Author: DO YUNG YOON <[email protected]> Authored: Wed Apr 26 15:39:53 2017 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Wed Apr 26 15:39:53 2017 +0900 ---------------------------------------------------------------------- s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8cb62097/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 dfd22ca..2586173 100644 --- a/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala +++ b/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala @@ -580,7 +580,7 @@ object S2Graph { // new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceGraphTest", method="*", reason="no"), // passed: all, failed: none, all ignored - new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexTest", method="*", reason="no"), +// new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexTest", method="*", reason="no"), // passed: all, failed: none, all ignored // not yet supported
