Closed soc closed 3 years ago
I verified that the file ends up in the right place in the jar file, but I'm currently too short on time to do more .:-/
@OrangeDog Just wondering, wouldn't we need to also add an entry for DriverWrapperLW
?
DriverManager.getDriver("jdbc:postgresql_postGIS:/")
would probably be the test.
An automated test would be best. Thanks!
@OrangeDog Ping?
Hello? What are you expecting me to do?
@OrangeDog Just wondering, wouldn't we need to also add an entry for DriverWrapperLW?
I have no idea.
Ok, thanks!
@phillipross I registered all three drivers and added a test to verify that loading them works. Does this look good to you?
@phillipross I registered all three drivers and added a test to verify that loading them works. Does this look good to you?
Yes, this looks good to me. Could I ask you to add a bit of javadoc to the test class to explain what it's testing? Thanks!
Done!
Thanks @soc for the code contribution and thanks @OrangeDog for filing the issue!
Should address https://github.com/postgis/postgis-java/issues/90, @OrangeDog, can you confirm?