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 2016/02/19 21:41:02 UTC

[08/19] incubator-tinkerpop git commit: Uncommented some tests there disabled by accident.

Uncommented some tests there disabled by accident.

Tests all seem to pass - CTR


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

Branch: refs/heads/master
Commit: 70a3065a60c40d0d57d750303c23a74655c1a0e7
Parents: b0dfde3
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Feb 17 09:00:30 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Feb 17 09:00:30 2016 -0500

----------------------------------------------------------------------
 .../tinkerpop/gremlin/groovy/engine/GremlinExecutorTest.java      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/70a3065a/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/engine/GremlinExecutorTest.java
----------------------------------------------------------------------
diff --git a/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/engine/GremlinExecutorTest.java b/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/engine/GremlinExecutorTest.java
index b5f186b..6d6abb4 100644
--- a/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/engine/GremlinExecutorTest.java
+++ b/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/engine/GremlinExecutorTest.java
@@ -83,7 +83,7 @@ public class GremlinExecutorTest {
             e.printStackTrace();
         }
     }
-    /*
+
     @Test
     public void shouldEvalScript() throws Exception {
         final GremlinExecutor gremlinExecutor = GremlinExecutor.build().create();
@@ -600,7 +600,6 @@ public class GremlinExecutorTest {
         assertSame(service, gremlinExecutor.getScheduledExecutorService());
         gremlinExecutor.close();
     }
-    */
 
     @Test
     public void shouldAllowVariableReuseAcrossThreads() throws Exception {