spmallette commented on code in PR #2919:
URL: https://github.com/apache/tinkerpop/pull/2919#discussion_r1868213789


##########
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerWorld.java:
##########
@@ -109,6 +109,11 @@ else if (graphData == LoadGraphWith.GraphData.GRATEFUL)
         public AbstractTinkerGraph open(final Configuration configuration) {
             return TinkerGraph.open(configuration);
         }
+
+        @Override
+        public boolean useParametersLiterally() {
+            return false;

Review Comment:
   doesn't there need to be another test configuration that validates with 
`true`? am i missing that somewhere?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to