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

    https://github.com/apache/jena/pull/193#discussion_r88257651
  
    --- Diff: 
jena-core/src/test/java/org/apache/jena/reasoner/test/TestReasoners.java ---
    @@ -333,6 +352,32 @@ public void testTransitiveBindReuse() {
         }
         
         /**
    +     * Test that two transitive engines are independent.
    +     * See JENA-1260
    +     */
    +    public void testTransitiveEngineSeparation() throws 
InterruptedException {
    +        String NS = "http://example.com/test#";;
    --- End diff --
    
    Test passes for me.



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