You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by jo...@apache.org on 2017/11/30 09:33:00 UTC

tinkerpop git commit: Fix Group scenario result

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1827 7e9d527f3 -> 6cac10751


Fix Group scenario result


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

Branch: refs/heads/TINKERPOP-1827
Commit: 6cac107512955114a4fe9a7c9df2deef1c7b4b37
Parents: 7e9d527
Author: Jorge Bay Gondra <jo...@gmail.com>
Authored: Thu Nov 30 10:32:54 2017 +0100
Committer: Jorge Bay Gondra <jo...@gmail.com>
Committed: Thu Nov 30 10:32:54 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6cac1075/gremlin-test/features/sideEffect/Group.feature
----------------------------------------------------------------------
diff --git a/gremlin-test/features/sideEffect/Group.feature b/gremlin-test/features/sideEffect/Group.feature
index 72cc86b..94d2191 100644
--- a/gremlin-test/features/sideEffect/Group.feature
+++ b/gremlin-test/features/sideEffect/Group.feature
@@ -207,7 +207,7 @@ Feature: Step - group()
     When iterated to list
     Then the result should be unordered
       | result |
-      | m[{"cover":{"followedBy":"d[777982].l", "sungBy":"d[0].l", "writtenBy":"d[0].l"}, "":{"followedBy":"d[179350].l"}, "original":{"followedBy":"d[2185613].l", "sungBy":"d[0].l", "writtenBy":"d[0].l"}}] |
+      | m[{"cover":{"followedBy":"d[777982].l", "sungBy":"d[0].i", "writtenBy":"d[0].i"}, "":{"followedBy":"d[179350].l"}, "original":{"followedBy":"d[2185613].l", "sungBy":"d[0].i", "writtenBy":"d[0].i"}}] |
 
   Scenario: g_V_groupXmX_byXnameX_byXinXknowsX_nameX_capXmX
     Given the modern graph