[GitHub] jena pull request #193: JENA-1260

2016-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/193 --- 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 enable

[GitHub] jena pull request #193: JENA-1260

2016-11-16 Thread der
Github user der commented on a diff in the pull request: https://github.com/apache/jena/pull/193#discussion_r88265067 --- Diff: jena-core/src/test/java/org/apache/jena/reasoner/test/TestRDFSReasoners.java --- @@ -95,6 +95,7 @@ public static TestSuite suite() { /**

[GitHub] jena pull request #193: JENA-1260

2016-11-16 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/193#discussion_r88263671 --- Diff: jena-core/src/test/java/org/apache/jena/reasoner/test/TestRDFSReasoners.java --- @@ -95,6 +95,7 @@ public static TestSuite suite() { /**

[GitHub] jena pull request #193: JENA-1260

2016-11-16 Thread der
Github user der commented on a diff in the pull request: https://github.com/apache/jena/pull/193#discussion_r88259429 --- Diff: jena-core/src/test/java/org/apache/jena/reasoner/test/TestRDFSReasoners.java --- @@ -95,6 +95,7 @@ public static TestSuite suite() { /**

[GitHub] jena pull request #193: JENA-1260

2016-11-16 Thread afs
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() { }

[GitHub] jena pull request #193: JENA-1260

2016-11-16 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/193#discussion_r88257532 --- Diff: jena-core/src/test/java/org/apache/jena/reasoner/test/TestRDFSReasoners.java --- @@ -95,6 +95,7 @@ public static TestSuite suite() { /**

[GitHub] jena pull request #193: JENA-1260

2016-11-16 Thread der
GitHub user der opened a pull request: https://github.com/apache/jena/pull/193 JENA-1260 Deterministic testcase for #JENA-1260. Tests the entangling of TransitiveEngine state by careful prodding of a TransitiveReasoner (avoiding full RDFS machinery) - fails prior to the fix for JEN