Github user kchilton2 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/256#discussion_r159510828
--- Diff:
dao/mongodb.rya/src/test/java/org/apache/rya/mongodb/MongoDBRyaDAOIT.java ---
@@ -503,8 +526,11 @@ public void testVisibility() throws RyaDAOException,
MongoException, IOException
* in the collection. {@code false} otherwise.
* @throws RyaDAOException
*/
- private boolean testVisibilityStatement(final String
documentVisibility, final Authorizations userAuthorizations) throws
RyaDAOException {
- final MongoDatabase db =
client.getDatabase(conf.get(MongoDBRdfConfiguration.MONGO_DB_NAME));
+ private boolean testVisibilityStatement(
--- End diff --
Done.
---