Aklakan commented on code in PR #2413:
URL: https://github.com/apache/jena/pull/2413#discussion_r1563920107


##########
jena-arq/src/test/java/org/apache/jena/sparql/core/AbstractTestDynamicDataset.java:
##########
@@ -204,7 +204,17 @@ public void dynamic_dft_7() {
                   "{ GRAPH <urn:x-arq:DefaultGraph> { ?s <uri:p> ?o . FILTER ( 
?o IN ( 1, 2) ) } }",
                   2, dataset);
     }
-    
+
+    @Test

Review Comment:
   With my question I was mainly referring to whether I have overlooked an 
already existing better suited place for these additional tests - if there is 
none so far I could of course create a new class and register it with the test 
suite.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to