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


foo


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

Branch: refs/heads/TRAVIS-TEST
Commit: d490540ea38ec6fcd792f5712abfe57c88c66212
Parents: 94eb0b4
Author: Daniel Kuppitz <[email protected]>
Authored: Mon Mar 12 08:42:48 2018 -0700
Committer: Daniel Kuppitz <[email protected]>
Committed: Mon Mar 12 08:42:48 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/d490540e/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 8f3b9c2..a225890 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.V(convertToVertexId("josh")).both();
+final Traversal<Vertex, Vertex> t = 
sg.withPath().V(convertToVertexId("josh")).both();
 try {
         assertEquals(2, t.toList().size());
 } catch (IllegalStateException ex) {

Reply via email to