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 10:12:22 UTC

tinkerpop git commit: Fix Match scenario result

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1827 6cac10751 -> 74d7ad66d


Fix Match scenario result


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

Branch: refs/heads/TINKERPOP-1827
Commit: 74d7ad66df788c65c7674fe7204ee873555f169f
Parents: 6cac107
Author: Jorge Bay Gondra <jo...@gmail.com>
Authored: Thu Nov 30 11:12:16 2017 +0100
Committer: Jorge Bay Gondra <jo...@gmail.com>
Committed: Thu Nov 30 11:12:16 2017 +0100

----------------------------------------------------------------------
 gremlin-test/features/map/Match.feature | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/74d7ad66/gremlin-test/features/map/Match.feature
----------------------------------------------------------------------
diff --git a/gremlin-test/features/map/Match.feature b/gremlin-test/features/map/Match.feature
index c55a3825..e3f04d5 100644
--- a/gremlin-test/features/map/Match.feature
+++ b/gremlin-test/features/map/Match.feature
@@ -58,12 +58,12 @@ Feature: Step - match()
     When iterated to list
     Then the result should be unordered
       | result |
-      | d[3].l |
-      | d[2].l |
-      | d[4].l |
-      | d[5].l |
-      | d[3].l |
-      | d[3].l |
+      | d[3].i |
+      | d[2].i |
+      | d[4].i |
+      | d[5].i |
+      | d[3].i |
+      | d[3].i |
 
   Scenario: g_V_matchXa_knows_b__b_created_cX
     Given the modern graph