[GitHub] jena issue #179: Reorganise control of a test Fuseki server for HTTP API tes...

2016-10-17 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/179 `AbstractFusekiTest` -- it isn't so simple though as there is only one super class and it ends up competing for that. And the Auth tests need to be different again. So this PR is just Fuseki1,

[GitHub] jena issue #179: Reorganise control of a test Fuseki server for HTTP API tes...

2016-10-16 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/179 Commit 7c3a5cf applies the test sever style to Fuseki2. It also makes naming consistent across Fuseki1 and Fuseki2. jena-jdbc-driver-remote has not been switched to using Fuseki2 yet. The

[GitHub] jena issue #179: Reorganise control of a test Fuseki server for HTTP API tes...

2016-10-15 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/179 This is the first part of reorganizing the test server. Changes are made to Fuseki1, and to jena-jdbc-driver-remote, which uses a Fuseki1 server for its testing. The changes for