| This class tests the PostgisDataStoreAPI, against the same tests as
MemoryDataStore.
The test fixture is available in the shared DataTestCase, really the common
elements should move to a shared DataStoreAPITestCase.
This class does require your own DataStore, it will create a table populated
with the Features from the test fixture, and run a test, and then remove
the table.
Because of the nature of this testing process you cannot run these tests in
conjunction with another user, so they cannot be implemented against the
public server.
A simple properties file has been constructed,
fixture.properties , which you may direct to your own potgis
database installation.
author: Jody Garnett, Refractions Research |