| org.geotools.data.postgis.AbstractVersionedPostgisDataTestCase org.geotools.data.postgis.VersionedOperationsOnlineTest
Field Summary | |
FilterFactory | ff |
VersionedOperationsOnlineTest | public VersionedOperationsOnlineTest(String name)(Code) | | |
testChangesetFeatureType | public void testChangesetFeatureType() throws IOException(Code) | | Changesets is special, it's an internal table exposed for log access purposes, and it's not
writable
|
testDoubleUpdate | public void testDoubleUpdate() throws Exception(Code) | | Versioned datastore broke if the same feature got updated twice in the same transaction
(since it tried to create a new record at revions x, then expired it, and created another
again at revision x).
throws: Exception - |
testFeatureSourceBounds | public void testFeatureSourceBounds() throws Exception(Code) | | The datastore used to choke on single point changes because the change bbox would be an
invalid polygon. Plus the feature collection seems to ignore the version set in the query
used to gather it
throws: Exception - |
testInsertDelete | public void testInsertDelete() throws Exception(Code) | | Check insert/delete in the same transaction works
throws: Exception - |
testInsertUpdate | public void testInsertUpdate() throws Exception(Code) | | Same as double update, but for the insert/update case
throws: Exception - |
testMissingVersionedCollection | public void testMissingVersionedCollection() throws Exception(Code) | | |
testPointChange | public void testPointChange() throws Exception(Code) | | The datastore used to choke on single point changes because the change bbox would be an
invalid polygon. Plus the feature collection seems to ignore the version set in the query
used to gather it
throws: Exception - |
testReprojectedVersionedCollection | public void testReprojectedVersionedCollection() throws Exception(Code) | | |
testVersionEnableChangeSets | public void testVersionEnableChangeSets() throws IOException(Code) | | |
testVersionEnableDisableFeatureType | public void testVersionEnableDisableFeatureType() throws IOException(Code) | | |
testVersionEnableEmptyTable | public void testVersionEnableEmptyTable() throws IOException(Code) | | |
testVersionEnablePointTable | public void testVersionEnablePointTable() throws IOException(Code) | | |
testVersionedCollection | public void testVersionedCollection() throws Exception(Code) | | |
testVersionedCollectionFidFilter | public void testVersionedCollectionFidFilter() throws Exception(Code) | | |
|
|