Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1278 2b9901d70 -> 073910598


Removed "nashorn" from the console integration tests.

Again, Gremlin Server now only deals with Gremlin-enabled scriptengine 
implementations.


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

Branch: refs/heads/TINKERPOP-1278
Commit: 073910598b8840a8e25f072371b304af322324f5
Parents: 2b9901d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jul 11 07:54:21 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jul 11 07:54:21 2016 -0400

----------------------------------------------------------------------
 .../console/groovy/plugin/gremlin-server-integration.yaml       | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/07391059/gremlin-console/src/test/resources/org/apache/tinkerpop/gremlin/console/groovy/plugin/gremlin-server-integration.yaml
----------------------------------------------------------------------
diff --git 
a/gremlin-console/src/test/resources/org/apache/tinkerpop/gremlin/console/groovy/plugin/gremlin-server-integration.yaml
 
b/gremlin-console/src/test/resources/org/apache/tinkerpop/gremlin/console/groovy/plugin/gremlin-server-integration.yaml
index ad50a30..1c7c666 100644
--- 
a/gremlin-console/src/test/resources/org/apache/tinkerpop/gremlin/console/groovy/plugin/gremlin-server-integration.yaml
+++ 
b/gremlin-console/src/test/resources/org/apache/tinkerpop/gremlin/console/groovy/plugin/gremlin-server-integration.yaml
@@ -28,10 +28,7 @@ plugins:
 scriptEngines: {
   gremlin-groovy: {
     imports: [java.lang.Math],
-    staticImports: [java.lang.Math.PI]},
-  nashorn: {
-      imports: [java.lang.Math],
-      staticImports: [java.lang.Math.PI]}}
+    staticImports: [java.lang.Math.PI]}}
 serializers:
   - { className: 
org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0, config: { 
custom: 
[groovy.json.JsonBuilder;org.apache.tinkerpop.gremlin.driver.ser.JsonBuilderGryoSerializer]}}
   - { className: 
org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0, config: { 
serializeResultToString: true}}

Reply via email to