You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/11/18 15:30:43 UTC

[3/5] incubator-tinkerpop git commit: updated a test last minute and forgot to update Groovy's version of that test. Sorry to waste your time @twilmes.

updated a test last minute and forgot to update Groovy's version of that test. Sorry to waste your time @twilmes.


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

Branch: refs/heads/master
Commit: 517f696b145ca4b3e448f41c3661fa7f87b8ff87
Parents: 53dcf79
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Tue Nov 17 13:04:43 2015 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue Nov 17 13:04:43 2015 -0700

----------------------------------------------------------------------
 .../process/traversal/step/sideEffect/GroovyExplainTest.groovy     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/517f696b/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroovyExplainTest.groovy
----------------------------------------------------------------------
diff --git a/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroovyExplainTest.groovy b/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroovyExplainTest.groovy
index 1c76546..2f60161 100644
--- a/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroovyExplainTest.groovy
+++ b/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroovyExplainTest.groovy
@@ -29,7 +29,7 @@ public abstract class GroovyExplainTest {
     public static class Traversals extends ExplainTest {
 
         public TraversalExplanation get_g_V_outE_identity_inV_explain() {
-            g.V().outE().inV().explain();
+            g.V().outE().identity().inV().explain();
         }
     }
 }
\ No newline at end of file