Testing Spatial Data with DbUnit

feyenoord-2
Working with geographic data and spatial databases is fun. With Hibernate Spatial it is also easy to create spatial queries that are standardized and database independent. But testing spatial queries with DbUnit does not work out of the box. In this article I will present a solution with just a simple hook in DbUnit.

Read More