Github user ejwhite922 commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/216#discussion_r135074028
  
    --- Diff: 
dao/mongodb.rya/src/test/java/org/apache/rya/mongodb/MongoDBRyaDAOIT.java ---
    @@ -286,7 +289,8 @@ public void testVisibility() throws RyaDAOException, 
MongoException, IOException
             // Doc requires ("A" and "B") or ("C" and "D") and user has "A" 
and "B" and "E" = User can view
             assertTrue(testVisibilityStatement("(A&B)|(C&D)", new 
Authorizations("A", "B", "E")));
     
    -        // Doc requires ("A" and "B") or ("C" and "D") and user has "C" 
and "D" and "E" = User can view
    +        // Doc requires ("A" and "B")mongoClient or ("C" and "D") and user 
has
    --- End diff --
    
    Looks like mongoClient got copied in here by accident.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to