neo4j-contrib / java-rest-binding

Java Bindings for the Neo4J Server REST API, providing an implementation of GraphDatabaseService
Other
120 stars 72 forks source link

running tests with http and https & fix of https issue #48

Closed sarmbruster closed 11 years ago

sarmbruster commented 11 years ago

The whole testsuite is run twice, with http and https. Junit's @Parameterized is used for this which required to add a constructor to each test class.

A bug in ExecutingRestRequest which builds up wrong request by embedding the full https url.