You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/11/20 16:52:36 UTC

tinkerpop git commit: TINKERPOP-1784 Fixed data type in fold feature test

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1784 dc249c665 -> e03cbd296


TINKERPOP-1784 Fixed data type in fold feature test


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

Branch: refs/heads/TINKERPOP-1784
Commit: e03cbd2961dcb99f3c87440f7000a0f9d41c23ab
Parents: dc249c6
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Nov 20 11:52:12 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Nov 20 11:52:12 2017 -0500

----------------------------------------------------------------------
 gremlin-test/features/map/Fold.feature | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e03cbd29/gremlin-test/features/map/Fold.feature
----------------------------------------------------------------------
diff --git a/gremlin-test/features/map/Fold.feature b/gremlin-test/features/map/Fold.feature
index 83f4be4..c711e1d 100644
--- a/gremlin-test/features/map/Fold.feature
+++ b/gremlin-test/features/map/Fold.feature
@@ -53,5 +53,5 @@ Feature: Step - fold()
     When iterated to list
     Then the result should be unordered
       | result |
-      | d[123].l |
+      | d[123].i |