Return-Path: X-Original-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D913218348 for ; Tue, 17 Nov 2015 20:04:48 +0000 (UTC) Received: (qmail 49075 invoked by uid 500); 17 Nov 2015 20:04:48 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 49051 invoked by uid 500); 17 Nov 2015 20:04:48 -0000 Mailing-List: contact commits-help@tinkerpop.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.incubator.apache.org Delivered-To: mailing list commits@tinkerpop.incubator.apache.org Received: (qmail 49041 invoked by uid 99); 17 Nov 2015 20:04:48 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2015 20:04:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 23832C059C for ; Tue, 17 Nov 2015 20:04:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id B8iThtz6N5jH for ; Tue, 17 Nov 2015 20:04:47 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 0F05742B60 for ; Tue, 17 Nov 2015 20:04:46 +0000 (UTC) Received: (qmail 49026 invoked by uid 99); 17 Nov 2015 20:04:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2015 20:04:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 74BEFE042D; Tue, 17 Nov 2015 20:04:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: okram@apache.org To: commits@tinkerpop.incubator.apache.org Message-Id: <35fb6bed84164a0aa07346aad99f8e19@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: 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. Date: Tue, 17 Nov 2015 20:04:46 +0000 (UTC) Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP3-679 53dcf7988 -> 517f696b1 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/TINKERPOP3-679 Commit: 517f696b145ca4b3e448f41c3661fa7f87b8ff87 Parents: 53dcf79 Author: Marko A. Rodriguez Authored: Tue Nov 17 13:04:43 2015 -0700 Committer: Marko A. Rodriguez 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