Repository: tinkerpop
Updated Branches:
  refs/heads/TRAVIS-TEST d490540ea -> f8b4e17e2


foo


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

Branch: refs/heads/TRAVIS-TEST
Commit: f8b4e17e29cfc6f3a3c944c23a1f7ef8e871ef41
Parents: d490540
Author: Daniel Kuppitz <daniel_kupp...@hotmail.com>
Authored: Mon Mar 12 09:00:13 2018 -0700
Committer: Daniel Kuppitz <daniel_kupp...@hotmail.com>
Committed: Mon Mar 12 09:00:13 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/f8b4e17e/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 a225890..23cecfe 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")).both();
+final Traversal<Vertex, Vertex> t = 
sg.withPath().V(convertToVertexId("josh")).bothE().otherV();
 try {
         assertEquals(2, t.toList().size());
 } catch (IllegalStateException ex) {

Reply via email to