Github user kchilton2 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/261#discussion_r160278668
--- Diff:
extras/shell/src/test/java/org/apache/rya/shell/MongoRyaShellIT.java ---
@@ -56,6 +56,19 @@ public void connectMongo_noAuth() throws IOException {
// Ensure the connection was successful.
assertTrue(connectResult.isSuccess());
}
+
+ @Test
+ public void connectMongo_noConnection() throws IOException {
--- End diff --
This will need to be updated.---
