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 2019/04/30 13:11:31 UTC

[tinkerpop] branch master updated: Hardened fold() glv test CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fdc254  Hardened fold() glv test CTR
     new aeb393e  Merge branch 'tp33'
3fdc254 is described below

commit 3fdc2548e50412500f324b7f3b4b6bea2c93cd0e
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Apr 30 09:10:48 2019 -0400

    Hardened fold() glv test CTR
---
 gremlin-test/features/map/Fold.feature | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gremlin-test/features/map/Fold.feature b/gremlin-test/features/map/Fold.feature
index c711e1d..c4c0f80 100644
--- a/gremlin-test/features/map/Fold.feature
+++ b/gremlin-test/features/map/Fold.feature
@@ -23,10 +23,15 @@ Feature: Step - fold()
       """
       g.V().fold()
       """
-    When iterated to list
+    When iterated next
     Then the result should be unordered
       | result |
-      | l[v[marko],v[vadas],v[lop],v[josh],v[ripple],v[peter]] |
+      | v[marko] |
+      | v[vadas] |
+      | v[lop] |
+      | v[josh] |
+      | v[ripple] |
+      | v[peter]  |
 
   Scenario: g_V_fold_unfold
     Given the modern graph