You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2018/03/11 17:49:56 UTC

tinkerpop git commit: dang

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


dang


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

Branch: refs/heads/TRAVIS-TEST
Commit: 94eb0b48c24cc2b7be596c57e89a3a740b3a3dbe
Parents: da25298
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Sun Mar 11 10:49:51 2018 -0700
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Sun Mar 11 10:49:51 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/94eb0b48/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 e7b6534..8f3b9c2 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, Long> t = sg.V(convertToVertexId("josh")).both();
+final Traversal<Vertex, Vertex> t = sg.V(convertToVertexId("josh")).both();
 try {
         assertEquals(2, t.toList().size());
 } catch (IllegalStateException ex) {