Github user isper3at commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/285#discussion_r178368138
--- Diff:
extras/rya.streams/client/src/test/java/org/apache/rya/streams/client/command/RunQueryCommandIT.java
---
@@ -196,4 +203,74 @@ public void run() {
// Show the read results matched the expected ones.
assertEquals(expected, results);
}
+
+ @Test
+ public void runQueryFromFile() throws Exception {
+ // TODO: Maybe test with
org.apache.rya.api.utils.LubmQuery.LUBM_QUERY_1,2,3,etc...
--- End diff --
remove TODO?
---