Repository: tinkerpop Updated Branches: refs/heads/TRAVIS-TEST cdaab2f92 -> a44500d39
foo Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a44500d3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a44500d3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a44500d3 Branch: refs/heads/TRAVIS-TEST Commit: a44500d39427e60668476ead1676f97a53522c7b Parents: cdaab2f Author: Daniel Kuppitz <[email protected]> Authored: Mon Mar 12 09:30:18 2018 -0700 Committer: Daniel Kuppitz <[email protected]> Committed: Mon Mar 12 09:30:18 2018 -0700 ---------------------------------------------------------------------- .../traversal/strategy/decoration/SubgraphStrategyProcessTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a44500d3/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategyProcessTest.java ---------------------------------------------------------------------- diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategyProcessTest.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategyProcessTest.java index 0eccc4f..fe24ff0 100644 --- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategyProcessTest.java +++ b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategyProcessTest.java @@ -297,7 +297,7 @@ try { throw new IllegalStateException(t.toString(), ex); } */ -final Traversal<Vertex, Vertex> t = sg.withPath().V(convertToVertexId("josh")).union(outE().inV(), inE().outV()); +final Traversal<Vertex, Vertex> t = sg.withPath().V(convertToVertexId("josh")).union(__.outE().inV(), __.inE().outV()); try { assertEquals(2, t.toList().size()); } catch (Exception ex) {
