TINKERPOP-1857 Removed duplicate test in select() GLV tests

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

Branch: refs/heads/TINKERPOP-1857
Commit: bdd5e4c25c16dbea08f6127e9d12dffc3397f818
Parents: 97d4511
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Feb 9 09:44:25 2018 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Feb 14 15:34:10 2018 -0500

----------------------------------------------------------------------
 gremlin-test/features/map/Select.feature | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bdd5e4c2/gremlin-test/features/map/Select.feature
----------------------------------------------------------------------
diff --git a/gremlin-test/features/map/Select.feature 
b/gremlin-test/features/map/Select.feature
index 94c4f22..d77e21f 100644
--- a/gremlin-test/features/map/Select.feature
+++ b/gremlin-test/features/map/Select.feature
@@ -338,7 +338,7 @@ Feature: Step - select()
       | marko |
       | marko |
 
-  Scenario: get_g_V_outE_weight_groupCount_selectXkeysX_unfold
+  Scenario: g_V_outE_weight_groupCount_selectXkeysX_unfold
     Given the modern graph
     And the traversal of
       """
@@ -514,18 +514,4 @@ Feature: Step - select()
     Then the result should be unordered
       | result |
       | d[2].l |
-      | d[2].l |
-
-  Scenario: g_V_outE_weight_groupCount_selectXkeysX_unfold
-    Given the modern graph
-    And the traversal of
-      """
-      g.V().outE().values("weight").groupCount().select(Column.keys).unfold()
-      """
-    When iterated to list
-    Then the result should be unordered
-      | result |
-      | d[0.5].f |
-      | d[1.0].f |
-      | d[0.4].f |
-      | d[0.2].f |
\ No newline at end of file
+      | d[2].l |
\ No newline at end of file

Reply via email to