You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2018/03/02 17:42:00 UTC

[16/17] tinkerpop git commit: Fixed expected data type in sum() test

Fixed expected data type in sum() test


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

Branch: refs/heads/TINKERPOP-1777
Commit: e51c8c86d03f4dece894e24b34175b40482c2e7e
Parents: 6c9ae97
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Fri Mar 2 10:40:15 2018 -0700
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Fri Mar 2 10:41:36 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e51c8c86/gremlin-test/features/map/Sum.feature
----------------------------------------------------------------------
diff --git a/gremlin-test/features/map/Sum.feature b/gremlin-test/features/map/Sum.feature
index 816fd2b..0e20368 100644
--- a/gremlin-test/features/map/Sum.feature
+++ b/gremlin-test/features/map/Sum.feature
@@ -26,7 +26,7 @@ Feature: Step - sum()
     When iterated to list
     Then the result should be unordered
       | result |
-      | d[123].i |
+      | d[123].l |
 
   Scenario: g_V_foo_sum
     Given the modern graph